loglevel
This commit is contained in:
@@ -210,6 +210,8 @@ spec:
|
|||||||
value: "oidc"
|
value: "oidc"
|
||||||
- name: AUTH_LISTEN_ADDR
|
- name: AUTH_LISTEN_ADDR
|
||||||
value: ":8080"
|
value: ":8080"
|
||||||
|
- name: AUTH_LOG_LEVEL
|
||||||
|
value: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-log-level\" || 'info' }}"
|
||||||
- name: AUTH_UPSTREAM_URL
|
- name: AUTH_UPSTREAM_URL
|
||||||
value: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-upstream-url\" || join('', ['http://localhost:', to_string(appPort)]) }}"
|
value: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-upstream-url\" || join('', ['http://localhost:', to_string(appPort)]) }}"
|
||||||
- name: AUTH_OIDC_AUTHORITY
|
- name: AUTH_OIDC_AUTHORITY
|
||||||
|
|||||||
Reference in New Issue
Block a user