mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
Added argument specs
This commit is contained in:
parent
b8cba487ac
commit
04bb465992
1 changed files with 6 additions and 0 deletions
|
@ -338,6 +338,12 @@ argument_specs:
|
||||||
description: >
|
description: >
|
||||||
If the route should be attached to cookies to reflect the node that owns a particular session. If false, route is not attached to cookies
|
If the route should be attached to cookies to reflect the node that owns a particular session. If false, route is not attached to cookies
|
||||||
and we rely on the session affinity capabilities from reverse proxy
|
and we rely on the session affinity capabilities from reverse proxy
|
||||||
|
keycloak_quarkus_hostname_strict_https:
|
||||||
|
type: "bool"
|
||||||
|
description: >
|
||||||
|
By default, Keycloak requires running using TLS/HTTPS. If the service MUST run without TLS/HTTPS, then set
|
||||||
|
this option to "true"
|
||||||
|
|
||||||
downstream:
|
downstream:
|
||||||
options:
|
options:
|
||||||
rhbk_version:
|
rhbk_version:
|
||||||
|
|
Loading…
Add table
Reference in a new issue