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

[v14] Add vpc-id label to RDS Auto-Discover converter #35890

Merged
merged 1 commit into from Dec 20, 2023

Conversation

marcoandredinis
Copy link
Contributor

Backport #35775 to branch/v14

changelog: add vpc-id as a label to auto-discovered RDS databases

@marcoandredinis marcoandredinis marked this pull request as ready for review December 19, 2023 12:20
@github-actions github-actions bot added backport database-access Database access related issues and PRs discovery size/sm labels Dec 19, 2023
This PR adds a new label to RDS Instances and RDS Clusters to identify
its VPC ID.

For Clusters, an additional fetch was necessary because RDS
DescribeDBCluster does not return its VPC. So, a DescribeDBInstance must
be performed to obtain that information from one of its members.

This will allow us to deploy a DatabaseService in a specific VPC and
only proxy the Databases that also belong to that VPC.
@marcoandredinis marcoandredinis added this pull request to the merge queue Dec 20, 2023
Merged via the queue into branch/v14 with commit 78c49cd Dec 20, 2023
24 checks passed
@marcoandredinis marcoandredinis deleted the bot/backport-35775-branch/v14 branch December 20, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport database-access Database access related issues and PRs discovery size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants