mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-21 21:41:53 -07:00
Set default keycloak_quarkus_http_relative_path as per upstream docs
This commit is contained in:
parent
880d70ffb9
commit
0e510c093a
4 changed files with 7 additions and 5 deletions
|
@ -51,8 +51,9 @@ keycloak_quarkus_db_enabled: "{{ True if keycloak_quarkus_ha_enabled else False
|
|||
keycloak_quarkus_frontend_url:
|
||||
keycloak_quarkus_admin_url:
|
||||
|
||||
### path under the application is exposed (set to `auth` for retrocompatibility with pre-quarkus releases)
|
||||
keycloak_quarkus_http_relative_path:
|
||||
### Set the path relative to / for serving resources. The path must start with a /
|
||||
### (set to `/auth` for retrocompatibility with pre-quarkus releases)
|
||||
keycloak_quarkus_http_relative_path: /
|
||||
|
||||
# proxy address forwarding mode if the server is behind a reverse proxy. [none, edge, reencrypt, passthrough]
|
||||
keycloak_quarkus_proxy_mode: edge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue