mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-09-30 05:23:30 -07:00
Update docs for main
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
This commit is contained in:
parent
d09ba9b325
commit
2b90af4bcb
13 changed files with 363 additions and 365 deletions
|
@ -13,6 +13,7 @@ Major Changes
|
|||
-------------
|
||||
|
||||
- Update to keycloak 26.3.0 `#293 <https://github.com/ansible-middleware/keycloak/pull/293>`_
|
||||
- ansible-core 2.19 compatibility `#310 <https://github.com/ansible-middleware/keycloak/pull/310>`_
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:trim:
|
||||
|
||||
.. meta::
|
||||
:antsibull-docs: 2.18.0
|
||||
:antsibull-docs: 2.21.0
|
||||
|
||||
.. Anchors
|
||||
|
||||
|
@ -1855,7 +1855,6 @@ Authors
|
|||
- Eike Frost (@eikef)
|
||||
|
||||
|
||||
|
||||
.. Extra links
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:trim:
|
||||
|
||||
.. meta::
|
||||
:antsibull-docs: 2.18.0
|
||||
:antsibull-docs: 2.21.0
|
||||
|
||||
.. Anchors
|
||||
|
||||
|
@ -1744,7 +1744,6 @@ Authors
|
|||
- Christophe Gilles (@kris2kris)
|
||||
|
||||
|
||||
|
||||
.. Extra links
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:trim:
|
||||
|
||||
.. meta::
|
||||
:antsibull-docs: 2.18.0
|
||||
:antsibull-docs: 2.21.0
|
||||
|
||||
.. Anchors
|
||||
|
||||
|
@ -689,7 +689,6 @@ Authors
|
|||
- Laurent Paumier (@laurpaum)
|
||||
|
||||
|
||||
|
||||
.. Extra links
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:trim:
|
||||
|
||||
.. meta::
|
||||
:antsibull-docs: 2.18.0
|
||||
:antsibull-docs: 2.21.0
|
||||
|
||||
.. Anchors
|
||||
|
||||
|
@ -1596,7 +1596,6 @@ Authors
|
|||
- Laurent Paumier (@laurpaum)
|
||||
|
||||
|
||||
|
||||
.. Extra links
|
||||
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ Role Defaults
|
|||
| Variable | Description | Default |
|
||||
|:---------|:------------|:--------|
|
||||
|`keycloak_quarkus_hostname`| Address at which is the server exposed. Can be a full URL, or just a hostname. When only hostname is provided, scheme, port and context path are resolved from the request. | |
|
||||
|`keycloak_quarkus_hostname_admin`| Set the base URL for accessing the administration console, including scheme, host, port and path | |
|
||||
|`keycloak_quarkus_hostname_admin`| Set the base URL for accessing the administration console, including scheme, host, port and path | `` |
|
||||
|`keycloak_quarkus_hostname_strict`| Disables dynamically resolving the hostname from request headers | `true` |
|
||||
|`keycloak_quarkus_hostname_backchannel_dynamic`| Enables dynamic resolving of backchannel URLs, including hostname, scheme, port and context path. Set to true if your application accesses Keycloak via a private network. If set to true, hostname option needs to be specified as a full URL. | `false` |
|
||||
|`keycloak_quarkus_hostname_strict_backchannel`| Deprecated, use (the inverted!)`keycloak_quarkus_hostname_backchannel_dynamic` instead. | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue