Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide configuration example for cross account AWS EKS auto-discovery #41353

Open
philip-teleport opened this issue May 9, 2024 · 0 comments
Labels
aws Used for AWS Related Issues. documentation kubernetes-access

Comments

@philip-teleport
Copy link

Applies To

AWS EKS Auto-Discovery - Configure the Teleport Kubernetes and Discovery Services

Details

The additional configuration required for cross account EKS auto-discovery is not provided in the guide. Here is an example of the configuration required for this:

kubernetes_service:
    enabled: true
    labels:
      'somelabel': 'somevalue'
    resources:
    - labels:
        'account-id': 'A'
      aws:
        assume_role_arn: arn:aws:iam::A:role/cp_teleport_auto_discovery
    - labels:
        'account-id': 'B'
      aws:
        assume_role_arn: arn:aws:iam::B:role/cp_teleport_auto_discovery

How will we know this is resolved?

When cross account EKS auto-discovery is documented.

Related Issues

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws Used for AWS Related Issues. documentation kubernetes-access
Projects
None yet
Development

No branches or pull requests

1 participant