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

@ -6,7 +6,6 @@
keycloak_admin_password: "remembertochangeme"
keycloak_realm: TestRealm
keycloak_quarkus_host: instance
keycloak_quarkus_http_relative_path: ''
keycloak_quarkus_log: file
keycloak_quarkus_https_enabled: True
keycloak_quarkus_key_file: "{{ keycloak.home }}/conf/key.pem"