File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -61,19 +61,13 @@ export MYSQL_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"
6161export MYSQL_USER=" db_user"
6262export MYSQL_PASS=" db_pass"
6363export MYSQL_DB=" db_name"
64- # MySQL instance with IAM authentication enabled
65- # (can be same as MYSQL_CONNECTION_NAME)
66- export MYSQL_IAM_CONNECTION_NAME=" <PROJECT>:<REGION>:<INSTANCE>"
6764# IAM Principal of ADC sourced credentials (truncated)
6865export MYSQL_IAM_USER=
" [email protected] " 6966
7067export POSTGRES_CONNECTION_NAME=" <PROJECT>:<REGION>:<INSTANCE>"
7168export POSTGRES_USER=" db_user"
7269export POSTGRES_PASS=" db_pass"
7370export POSTGRES_DB=" db_name"
74- # Postgres instance with IAM authentication enabled
75- # (can be same as POSTGRES_CONNECTION_NAME)
76- export POSTGRES_CONNECTION_NAME=" <PROJECT>:<REGION>:<INSTANCE>"
7771# IAM Principal of ADC sourced credentials
7872export POSTGRES_IAM_USER=
" [email protected] " 7973
You can’t perform that action at this time.
0 commit comments