keycloak/init.sls aktualisiert
This commit is contained in:
parent
fc9643f258
commit
1d6c442a1d
1 changed files with 2 additions and 2 deletions
|
@ -34,13 +34,13 @@ keycloak docker container running:
|
|||
- KC_DB_URL: {{ salt['pillar.get']('keycloak:config:db:postgres_uri', '') }}
|
||||
- KC_DB_PASSWORD: {{ salt['pillar.get']('keycloak:config:db:postgres_pwd', '') }}
|
||||
- KC_DB_USER: {{ salt['pillar.get']('keycloak:config:db:postgres_user', 'keycloak') }}
|
||||
- KC_HOSTNAME_STRICT: "{{ salt['pillar.get']('keycloak:config:default:hostname_strict', 'true') }}"
|
||||
- KC_HOSTNAME_STRICT: "{{ salt['pillar.get']('keycloak:config:default:hostname_strict', 'false') }}"
|
||||
- KC_HOSTNAME: {{ salt['pillar.get']('keycloak:config:default:site', 'localhost') }}
|
||||
- KC_HOSTNAME_PORT: {{ salt['pillar.get']('keycloak:config:default:port', '443') }}
|
||||
- KC_PROXY: {{ salt['pillar.get']('keycloak:config:default:proxy', 'edge') }}
|
||||
- KC_FEATURES: {{ salt['pillar.get']('keycloak:config:default:features', 'persistent-user-sessions') }}
|
||||
- KC_HTTP_ENABLED: "true"
|
||||
- KC_HOSTNAME_STRICT_HTTPS: "false"
|
||||
- KC_HOSTNAME_STRICT_HTTPS: "true"
|
||||
- restart: always
|
||||
- networks:
|
||||
- keycloak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue