Using Keycloak running inside docker container, with Google cloud sql instead of mysql running in separate container.
Migrating my application to cloud, and like to use google cloud sql for storing keycloak data.
Have you tried connecting your keycloak to external database?
For eg, https://github.com/jboss-dockerfiles/keycloak/blob/master/server/README.md#environment-variables
This is not a feature request for JHipster but related to keycloak deployment which you have to do manually if you don't want to use generated db for you.
Alright, please close this. I am able to fix the issue now. Thanks for your help here.
Most helpful comment
Have you tried connecting your keycloak to external database?
For eg, https://github.com/jboss-dockerfiles/keycloak/blob/master/server/README.md#environment-variables
This is not a feature request for JHipster but related to keycloak deployment which you have to do manually if you don't want to use generated db for you.