percona / roadmap

Public Percona Roadmaps
10 stars 1 forks source link

[K8SPXC-657] Store custom configuration in Secrets #38

Closed spron-in closed 3 years ago

spron-in commented 3 years ago

Community Note

Tell us about the feature It would be convenient to use a secret from {{my-cluster-secrets}} to populate some sensitive fields in the {{[mysqld]}} section, so that I don't need to put this in cleartext in the configuration. For example I would like to set: {code:java} configuration: | [mysqld] authentication_ldap_simple_bind_root_pwd= {code} As a solution, we will store custom configuration in Secret Objects, instead of ConfigMaps.

spron-in commented 3 years ago

Released in version 1.9.0 of the Operator. Please see release notes here.