How to pass secret to oidc.json

84 Views Asked by At

There is in wildfly documentation section with instructions how to setup keycloak oidc authentication. But i don't see how to pass credentials.secret in secure way. I have contenerized wildfly in kubernts. Using env variables seems to be not a secure way. In old wildfly vault could be used. In new there is CredentialStore but i think that I can't use password from credential store in oidc.json. So how are you doing that? Is there any other way, than env variables, to pass secret data to oidc.json?

0

There are 0 best solutions below