mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-22 12:50:31 -07:00
Add support for more http-related configs
* keycloak_quarkus_http_relative_path var now populate http-relative-path config [breaking change] * http-relative-path defaults to / [breaking change] * enable configuration of hostname-url and hostname-admin-url
This commit is contained in:
parent
92639e40cb
commit
316cde4759
6 changed files with 27 additions and 11 deletions
|
@ -5,7 +5,6 @@
|
|||
keycloak_quarkus_admin_pass: "remembertochangeme"
|
||||
keycloak_admin_password: "remembertochangeme"
|
||||
keycloak_realm: TestRealm
|
||||
keycloak_quarkus_http_relative_path: ''
|
||||
keycloak_quarkus_log: file
|
||||
keycloak_quarkus_frontend_url: 'http://localhost:8080/'
|
||||
keycloak_quarkus_start_dev: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue