Removed unneccessary MINIO_OIDC_POLICY_NAME_SAFE

This commit is contained in:
2025-09-23 03:02:40 +02:00
parent 75c36a1d71
commit b638d00d73
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
vars: vars:
docker_compose_flush_handlers: true docker_compose_flush_handlers: true
- name: "Include role sys-stk-front-proxy for each UI domain" - name: "Include role sys-stk-front-proxy for '{{ application_id }}'"
include_role: include_role:
name: sys-stk-front-proxy name: sys-stk-front-proxy
vars: vars:

View File

@@ -38,7 +38,6 @@ MINIO_MC_HOST_ENV: "{{ MINIO_MC_SCHEME }}://{{ MINIO_MC_USER }}:{{
MINIO_OIDC_ENABLED: "{{ applications | get_app_conf(application_id, 'features.oidc') }}" MINIO_OIDC_ENABLED: "{{ applications | get_app_conf(application_id, 'features.oidc') }}"
MINIO_OIDC_POLICY_NAME: "{{ [ RBAC.GROUP.NAME, application_id ~ '-administrator' ] | path_join }}" MINIO_OIDC_POLICY_NAME: "{{ [ RBAC.GROUP.NAME, application_id ~ '-administrator' ] | path_join }}"
MINIO_OIDC_POLICY_CONTENT: "{{ lookup('template', 'policy.json.j2') }}" MINIO_OIDC_POLICY_CONTENT: "{{ lookup('template', 'policy.json.j2') }}"
MINIO_OIDC_POLICY_NAME_SAFE: "{{ (MINIO_OIDC_POLICY_NAME | regex_replace('^/+','')) | regex_replace('/','-') }}"
MINIO_FRONT_PROXY_MATRIX: >- MINIO_FRONT_PROXY_MATRIX: >-
{{ {{