-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New keycloak_quarkus_hostname_strict_https
parameter
#195
New keycloak_quarkus_hostname_strict_https
parameter
#195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a minor change needed, thanks for the contribution
@guidograzioli I modified it to better handle ensuring that the value is a boolean and it should address your concern as well. |
Thanks for updating, but the specification for the new parameter is still needed here: |
@guidograzioli OK, I think that latest change should cover it. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
keycloak_quarkus_hostname_strict_https
parameter
Resolves #193
Added a new option
keycloak_quarkus_hostname_strict_https
with no default value.If the option is set, the Jinja template for
keycloak.conf.j2
checks to see if the value is eithertrue
orfalse
and applies it appropriately