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
But when I try to connect using HTTP, its admin page keeps blank with a loading animation. To make it work I have to manually put hostname-strict-https=false and restart the keycloak service.
Therefore, I am requesting to add hostname-strict-https to the role variables.
ISSUE TYPE
Add role variable hostname-strict-https = false | true [default]
The text was updated successfully, but these errors were encountered:
@rpelisse Would it be better if I were to create a new option for a dict of additional configuration options so that more uncommon configuration options could be used without needing a specific variable for each item? Looking something like:
keycloak_additional_options:
hostname-strict-https: truesome-other-option: fooextremely-uncommon-option: bar
And those options would be appended to the end of the generated keycloak.conf?
SUMMARY
I am try to deploy middleware_automation.keycloak.keycloak_quarkus with the following playbook:
But when I try to connect using HTTP, its admin page keeps blank with a loading animation. To make it work I have to manually put
hostname-strict-https=false
and restart the keycloak service.Therefore, I am requesting to add
hostname-strict-https
to the role variables.ISSUE TYPE
hostname-strict-https = false | true [default]
The text was updated successfully, but these errors were encountered: