Skip to content

Commit

Permalink
update keycloak paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilgmi committed Sep 30, 2024
1 parent 2b2f1df commit d032ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stack/src/config-exporter/templates/slm-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
keycloak:
auth-server-url: "{{ keycloak_config['scheme'] }}://{{ keycloak_config['host'] }}:{{ keycloak_config['port'] }}{{ keycloak_config['http']['relative_path'] }}"
auth-server-url: "{{ keycloak_config['scheme'] }}://{{ keycloak_config['host'] }}{{ keycloak_config['http']['relative_path'] }}"

awx:
url: "{{ awx_config['scheme'] }}://{{ awx_config['host'] }}:{{ awx_config['port'] }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
healthcheck:
test: [ "CMD", "curl", "http://localhost:8080/auth" ]
labels:
- traefik.http.routers.slm-keycloak.rule=Host(`{{ KEYCLOAK_HOST }}`) && PathPrefix(`/auth`)
- traefik.http.routers.slm-keycloak.rule=Host(`{{ SLM_HOSTNAME }}`) && PathPrefix(`/auth`)

keycloak-database:
image: "mariadb:{{ KEYCLOAK_DATABASE_VERSION }}"
Expand Down

0 comments on commit d032ec5

Please sign in to comment.