Dear All,
Is anyone face a similar issue like me?
The section of auth says that if I add a value to existingSecret that will be used. But in reality it does not work unfortunatelly
identity:
## @param global.identity.auth.identity.existingSecret can be used to reference an existing secret. If not set, a random secret is generated.
# The existing secret should contain an `identity-secret` field, which will be used as secret for the identity-identity communication.
existingSecret: identity-password
operate:
existingSecret: operate-password
tasklist:
existingSecret: tasklist-password
optimize:
existingSecret: optimize-password
console:
existingSecret: console-password
zeebe:
existingSecret: zeebe-password
secrets:
console-password Opaque 1 31h
identity-password Opaque 1 31h
operate-password Opaque 1 31h
optimize-password Opaque 1 31h
tasklist-password Opaque 1 31h
zeebe-password Opaque 1 31h
In Identity UI the client passwords will be console-password,identity-password etc. Instead of value of console-password secret’s value, identity-password secret’s value…
Char version 10.0.2 (10.0.4 same for me)
Thanks