This commit is contained in:
Danijel Simeunovic
2026-03-16 15:24:36 +01:00
parent 10f4e4c2fc
commit 57cab7d3aa

View File

@@ -210,6 +210,8 @@ spec:
value: "oidc"
- name: AUTH_LISTEN_ADDR
value: ":8080"
- name: AUTH_LOG_LEVEL
value: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-log-level\" || 'info' }}"
- name: AUTH_UPSTREAM_URL
value: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-upstream-url\" || join('', ['http://localhost:', to_string(appPort)]) }}"
- name: AUTH_OIDC_AUTHORITY