You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to deploy SSO application to OpenShift automatically (e.g. with ansible), it's currently not possible to provide custom realm configuration which would be imported to the newly created instance. This could be done by supporting ConfigMaps, where user can provide custom realm.json file, which in the end could be automatically imported to the SSO during startup.
When trying to deploy SSO application to OpenShift automatically (e.g. with ansible), it's currently not possible to provide custom realm configuration which would be imported to the newly created instance. This could be done by supporting ConfigMaps, where user can provide custom realm.json file, which in the end could be automatically imported to the SSO during startup.
I did a POC for this use case, which can be found here: https://github.com/pschiffe/keycloak-demo Modified sso70-https.json template file contains new
SSO_IMPORT_FILE
parameter and variable and asso-realm-volume
with content ofsso-realm
ConfigMap.The text was updated successfully, but these errors were encountered: