Open jozsoka2222 opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
Hi guys, I install mysql-exporter with sql proxy with workload identity and i got this error:
Error pinging mysqld" err="this user requires clear text authentication. If you still want to use it, please add 'allowCleartextPasswords=1' to your DSN
` mysql: db: "" host: "localhost" additionalConfig:
cloudsqlproxy: enabled: true image: repo: "us.gcr.io/cloud-sql-connectors/cloud-sql-proxy" tag: "2.7.0-alpine" pullPolicy: "IfNotPresent" instanceConnectionName: ""
privateIp: true
port: "3306"
credentialsSecret: ""
credentials: ""
workloadIdentity:
enabled: enabled
serviceAccountEmail: ""
extraArgs: ""`