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

feat: support static connection info #648

Merged
merged 1 commit into from
May 15, 2024
Merged

feat: support static connection info #648

merged 1 commit into from
May 15, 2024

Conversation

enocom
Copy link
Member

@enocom enocom commented May 15, 2024

Add support for seeding the connection info cache with static certificates and IP addresses. This is useful in development contexts and should otherwise be considered a non-production feature.

With this commit, callers may now provide the path to a JSON file which contains an RSA key pair, IP addresses, and certificate chains for any number of AlloyDB instances.

NOTE: the file format is subject to breaking changes. As such this feature should be considered for development only.

@enocom enocom requested review from nancynh and a team as code owners May 15, 2024 16:04
@enocom enocom force-pushed the static-conn-info branch 2 times, most recently from cd55a6a to ce20bea Compare May 15, 2024 16:17
Add support for seeding the connection info cache with static
certificates and IP addresses. This is useful in development contexts
and should otherwise be considered a non-production feature.

With this commit, callers may now provide the path to a JSON file which
contains an RSA key pair, IP addresses, and certificate chains for any
number of AlloyDB instances.

NOTE: the file format is subject to breaking changes. As such this
feature should be considered for development only.
@enocom enocom merged commit 78c3131 into main May 15, 2024
15 checks passed
@enocom enocom deleted the static-conn-info branch May 15, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants