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:
Giovanni Toraldo 2023-10-09 09:59:51 +02:00
commit 316cde4759
No known key found for this signature in database
GPG key ID: 535A83AB8FE360A7
6 changed files with 27 additions and 11 deletions

View file

@ -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