-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
AWS OIDC: DeployService service #38511
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marcoandredinis
added
backport/branch/v14
no-changelog
Indicates that a PR does not require a changelog entry
backport/branch/v15
labels
Feb 21, 2024
Closed
marcoandredinis
force-pushed
the
marco/awsoidc-grpc-deploy
branch
from
February 22, 2024 11:32
8aa703b
to
fe308e1
Compare
justinas
reviewed
Feb 22, 2024
marcoandredinis
force-pushed
the
marco/awsoidc-grpc-deploy
branch
2 times, most recently
from
February 23, 2024 10:24
d79bf3b
to
a0fed01
Compare
justinas
approved these changes
Feb 23, 2024
marcoandredinis
force-pushed
the
marco/awsoidc-grpc-deploy
branch
from
February 23, 2024 14:35
a0fed01
to
73aac92
Compare
kimlisa
approved these changes
Feb 23, 2024
This PR creates a new method on the AWS OIDC gRPC service that deploys an ECS Service. This is part of a refactor that moves the API calls behind the Auth Service.
marcoandredinis
force-pushed
the
marco/awsoidc-grpc-deploy
branch
from
February 23, 2024 16:53
73aac92
to
f0350d0
Compare
@marcoandredinis See the table below for backport results.
|
marcoandredinis
added a commit
that referenced
this pull request
Feb 28, 2024
* AWS OIDC: DeployService service This PR creates a new method on the AWS OIDC gRPC service that deploys an ECS Service. This is part of a refactor that moves the API calls behind the Auth Service. * add rbac test and rename teleport config string * revert e
marcoandredinis
added a commit
that referenced
this pull request
Feb 28, 2024
* AWS OIDC: DeployService service This PR creates a new method on the AWS OIDC gRPC service that deploys an ECS Service. This is part of a refactor that moves the API calls behind the Auth Service. * add rbac test and rename teleport config string * revert e
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 28, 2024
* AWS OIDC: List SecurityGroups service This PR creates a new method on the AWS OIDC gRPC service that lists SecurityGroups. This is part of a refactor that moves the API calls behind the Auth Service. * AWS OIDC: List EC2 service (#38326) This PR creates a new method on the AWS OIDC gRPC service that lists ec2 instances as Teleport Nodes. This is part of a refactor that moves the API calls behind the Auth Service. * AWS OIDC: List EICE service (#38332) * AWS OIDC: List EICE service This PR creates a new method on the AWS OIDC gRPC service that lists ec2 instance connect endpoints. This is part of a refactor that moves the API calls behind the Auth Service. * add required fields and aws api ref * add test * AWS OIDC: DeployService service (#38511) * AWS OIDC: DeployService service This PR creates a new method on the AWS OIDC gRPC service that deploys an ECS Service. This is part of a refactor that moves the API calls behind the Auth Service. * add rbac test and rename teleport config string * revert e * AWS OIDC: CreateEICE service (#38548) This PR creates a new method on the AWS OIDC gRPC service that deploys multiple EC2 Instance Connect Endpoints. This is part of a refactor that moves the API calls behind the Auth Service. * AWS OIDC: List EKS Clusters service (#38440) * AWS OIDC: List EKS Clusters service This PR creates a new method on the AWS OIDC gRPC service that lists eks clusters. This is part of a refactor that moves the API calls behind the Auth Service. * doc pb * AWS OIDC: Move enrollment of EKS clusters to the gRPC service. (#38683) This PR creates a new method on the AWS OIDC gRPC service that enrolls EKS clusters. This is part of a refactor that moves the API calls behind the Auth Service. --------- Co-authored-by: Anton Miniailo <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 28, 2024
* AWS OIDC: List SecurityGroups service This PR creates a new method on the AWS OIDC gRPC service that lists SecurityGroups. This is part of a refactor that moves the API calls behind the Auth Service. * AWS OIDC: List EC2 service (#38326) This PR creates a new method on the AWS OIDC gRPC service that lists ec2 instances as Teleport Nodes. This is part of a refactor that moves the API calls behind the Auth Service. * AWS OIDC: List EICE service (#38332) * AWS OIDC: List EICE service This PR creates a new method on the AWS OIDC gRPC service that lists ec2 instance connect endpoints. This is part of a refactor that moves the API calls behind the Auth Service. * add required fields and aws api ref * add test * AWS OIDC: DeployService service (#38511) * AWS OIDC: DeployService service This PR creates a new method on the AWS OIDC gRPC service that deploys an ECS Service. This is part of a refactor that moves the API calls behind the Auth Service. * add rbac test and rename teleport config string * revert e * AWS OIDC: CreateEICE service (#38548) This PR creates a new method on the AWS OIDC gRPC service that deploys multiple EC2 Instance Connect Endpoints. This is part of a refactor that moves the API calls behind the Auth Service.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport/branch/v14
backport/branch/v15
no-changelog
Indicates that a PR does not require a changelog entry
size/sm
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR creates a new method on the AWS OIDC gRPC service that deploys an ECS Service.
This is part of a refactor that moves the API calls behind the Auth Service.
Context: #37245