helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[prometheus-mysql-exporter] Mysql_exporter_cleartext_password

Open jozsoka2222 opened this issue 2 years ago • 2 comments
trafficstars

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: - MYSQL_ENABLE_CLEARTEXT_PLUGIN=true pass: "" port: 3306 protocol: "" user: "mysqld-exporter" existingSecret: "" existingPasswordSecret: name: "" key: ""

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: ""`

jozsoka2222 avatar Oct 19 '23 17:10 jozsoka2222