-
Notifications
You must be signed in to change notification settings - Fork 85
chore: audit test csql instances #1238
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
Conversation
CONTRIBUTING.md
Outdated
| # Postgres instance with IAM authentication enabled | ||
| # (can be same as POSTGRES_CONNECTION_NAME) | ||
| export POSTGRES_IAM_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>" | ||
| export POSTGRES_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should just remove this line as we already have an export line for this variable above on line 70...
We should copy the comment # Postgres instance with IAM authentication enabled to above line 70.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also should do the same for MYSQL_IAM_CONNECTION_NAME
| export MYSQL_USER="db_user" | ||
| export MYSQL_PASS="db_pass" | ||
| export MYSQL_DB="db_name" | ||
| # MySQL instance with IAM authentication enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we move the # MySQL instance with IAM authentication enabled comment above
export MYSQL_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"Same with Postgres below...
Consolidate Cloud SQL instance usage for end-to-end connectivity testing in the following cases: