We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8de1d5 commit 3cadfdcCopy full SHA for 3cadfdc
CONTRIBUTING.md
@@ -57,13 +57,15 @@ To run all integration tests against real Cloud SQL instances
57
1. Once created, set the following environment variables:
58
59
```sh
60
+# MySQL instance with IAM authentication enabled
61
export MYSQL_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"
62
export MYSQL_USER="db_user"
63
export MYSQL_PASS="db_pass"
64
export MYSQL_DB="db_name"
65
# IAM Principal of ADC sourced credentials (truncated)
66
export MYSQL_IAM_USER="[email protected]"
67
68
+# Postgres instance with IAM authentication enabled
69
export POSTGRES_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"
70
export POSTGRES_USER="db_user"
71
export POSTGRES_PASS="db_pass"
0 commit comments