gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.66k stars 1.76k forks source link

AWS OIDC: List Deployed Database Services proto #49325

Open marcoandredinis opened 1 day ago

marcoandredinis commented 1 day ago

Teleport can deploy DatabaseServices automatically into the user's AWS account, using Amazon ECS. This happens during the Enroll New Resource / RDS flows.

However, after the deployment, the user is left without any information about the deployed services.

This PR adds a new gRPC service that exposes that information.

Next PRs, will add implementation of that service and expose it in an HTTP endpoint.