Keycloak 17 - Can we encrypt the db-password and https-key-store-password in keycloak.conf file?

Hi,

I have successfully configured and deployed Keycloak 17.0.0 baremetal OpenJDK and have connected it to my Postgres database instance as well as configured for HTTPS.
Is there any way to use encrypted values for db-password and https-key-store-password parameters in the keycloak.conf file as they are currently in plaintext? I cannot find any password encryption configuration in the Keycloak configurations page.

@RisVer did you get the breakthrough?
I’m also looking for a very similar solution.

@ajaiswal595 No, we were able to run it on quarkus using the plain-text password and couldn’t figure out a way to encrypt and pass that, and due to some other reasons we switched to using the going-to-be deprecated Wildfly versions of Keycloak instead.