Skip to content

Commit

Permalink
http-relative-path to / [breaking change]
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 16, 2023
1 parent 5659a74 commit fd58d74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion molecule/quarkus-devmode/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion molecule/quarkus/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions roles/keycloak_quarkus/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ keycloak_quarkus_db_enabled: "{{ True if keycloak_quarkus_ha_enabled else False
keycloak_quarkus_frontend_url: ''
keycloak_quarkus_admin_url: ''

### expose application under /auth mainly for retrocompatibility reasons
keycloak_quarkus_http_relative_path: auth
### path under the application is exposed (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
Expand Down

0 comments on commit fd58d74

Please sign in to comment.