prometheus-community / helm-charts

Prometheus community Helm charts
Apache License 2.0
5.09k stars 5.02k forks source link

[prometheus-mysql-exporter] Mysql_exporter_cleartext_password #3922

Open jozsoka2222 opened 1 year ago

jozsoka2222 commented 1 year ago

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

stale[bot] commented 10 months 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.