Skip to content

Commit d69cf25

Browse files
fix: disable mysql automatic iam authn (#70)
1 parent 005c67c commit d69cf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam_groups_authn/mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def init_mysql_connection_engine(
155155
user=service_account_email,
156156
password=str(creds.token),
157157
db="",
158-
enable_iam_auth=True,
158+
enable_iam_auth=False,
159159
)
160160

161161
# create connection pool

0 commit comments

Comments
 (0)