epam / edp-keycloak-operator

It is responsible for establishing a connection to provided Keycloak Server, reconciling realms, and clients according to the created CRs
https://docs.kuberocketci.io
Apache License 2.0
36 stars 20 forks source link

Setting user password from secret #4

Closed nick4fake closed 1 year ago

nick4fake commented 1 year ago

Hi,

Is there a good way to define realm's users' password via kubernetes secrets?

SergK commented 1 year ago

Hello @nick4fake,

At the moment, the only way to establish a password is by using the spec.password property. However, we are going to add this feature request to our roadmap. So you will be able to define password from the existing Kubernetes secrets.

Thank you! cc @zmotso @NikolayMarusenko

SergK commented 1 year ago

@nick4fake This feature is available from the latest release (1.16.0). The release was also published on OperatorHub