Skip to content

Commit d29a860

Browse files
chore(cloudsql): update DB_IAM_USER comment (GoogleCloudPlatform#9813)
1 parent 965778b commit d29a860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/mysql/sqlalchemy/connect_connector_auto_iam_authn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def connect_with_connector_auto_iam_authn() -> sqlalchemy.engine.base.Engine:
3232
# Cloud Secret Manager (https://cloud.google.com/secret-manager) to help
3333
# keep secrets safe.
3434
instance_connection_name = os.environ["INSTANCE_CONNECTION_NAME"] # e.g. 'project:region:instance'
35-
db_iam_user = os.environ["DB_IAM_USER"] # e.g. '[email protected]'
35+
db_iam_user = os.environ["DB_IAM_USER"] # e.g. 'service-account-name'
3636
db_name = os.environ["DB_NAME"] # e.g. 'my-database'
3737

3838
ip_type = IPTypes.PRIVATE if os.environ.get("PRIVATE_IP") else IPTypes.PUBLIC

0 commit comments

Comments
 (0)