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

Automatically import EC2 tags #12593

Merged
merged 50 commits into from
May 31, 2022
Merged

Automatically import EC2 tags #12593

merged 50 commits into from
May 31, 2022

Conversation

atburke
Copy link
Contributor

@atburke atburke commented May 11, 2022

This PR allows Teleport to automatically import EC2 tags when running in an EC2 instance.

Implements RFD 72 (#12049).

Resolves #11627.

lib/cloud/aws/errors.go Outdated Show resolved Hide resolved
lib/cloud/aws/errors.go Outdated Show resolved Hide resolved
@atburke atburke enabled auto-merge (squash) May 31, 2022 21:18
@atburke atburke merged commit a8ed7bd into master May 31, 2022
@atburke atburke deleted the atburke/import-ec2-tags branch May 31, 2022 23:19
atburke added a commit that referenced this pull request May 31, 2022
This change allows Teleport to automatically import EC2 tags when running in an EC2 instance.
atburke added a commit that referenced this pull request Jun 1, 2022
This change allows Teleport to automatically import EC2 tags when running in an EC2 instance.
atburke added a commit that referenced this pull request Jun 1, 2022
This change fixes a bug in EC2 labels (#12593) involving concurrent writes to the labels map. This is fixed by making EC2.Get() return a copy instead of the actual label map.
atburke added a commit that referenced this pull request Jun 1, 2022
This change fixes a bug in EC2 labels (#12593) involving concurrent writes to the labels map. This is fixed by making EC2.Get() return a copy instead of the actual label map.
atburke added a commit that referenced this pull request Jun 1, 2022
This change fixes a bug in EC2 labels (#12593) involving concurrent writes to the labels map. This is fixed by making EC2.Get() return a copy instead of the actual label map.
atburke added a commit that referenced this pull request Jun 2, 2022
The instance metadata client added in #12593 significantly slows down integration tests. This change adds a disabled client to integration tests to improve performance.
atburke added a commit that referenced this pull request Jun 2, 2022
The instance metadata client added in #12593 significantly slows down integration tests. This change adds a disabled client to integration tests to improve performance.
atburke added a commit that referenced this pull request Jun 2, 2022
The instance metadata client added in #12593 significantly slows down integration tests. This change adds a disabled client to integration tests to improve performance.
@webvictim webvictim mentioned this pull request Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically add AWS tags to servers
6 participants