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

flags: granular conn flags for datastores #2264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kartikaysaxena
Copy link
Contributor

@kartikaysaxena kartikaysaxena commented Mar 9, 2025

Fixes #2218

Adds granular flags for different components of the connection string namely host, username, password, dbname, port and sslMode (also InstanceID, DatabaseID and ProjectID for spanner)

Tested with serve across different datastores

Used only when datastore connection string is found to be empty

@kartikaysaxena kartikaysaxena requested a review from a team as a code owner March 9, 2025 00:12
@github-actions github-actions bot added the area/CLI Affects the command line label Mar 9, 2025
@kartikaysaxena kartikaysaxena force-pushed the flags/granular-datastore-conn-flags branch 2 times, most recently from 5aac186 to dac9445 Compare March 9, 2025 02:08
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
@kartikaysaxena kartikaysaxena force-pushed the flags/granular-datastore-conn-flags branch from dac9445 to 9bef06f Compare March 10, 2025 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CLI Affects the command line
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Granular Flags/Vars for Datastore Connections
1 participant