mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
feat: skip auth paths
This commit is contained in:
@@ -7,6 +7,12 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
command:
|
||||
{% if keycloak_clients[item].get("skips") %}
|
||||
{% for route in keycloak_clients[item].skips %}
|
||||
- --skip-auth-route
|
||||
- {{ route }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
- --http-address
|
||||
- 0.0.0.0:{{ services[item].port }}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user