allow unauthenticated access to utils
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Brunner 2022-09-16 21:40:48 +02:00
parent 277d4ae13c
commit 90a7047567

View file

@ -44,7 +44,7 @@ spec:
- name: OAUTH2_PROXY_VALIDATE_URL
value: https://git.tbrnt.ch/api/v1
- name: OAUTH2_PROXY_SKIP_AUTH_REGEX
value: ^\/(view|static)\/.*$
value: ^\/(view|static|utils)\/.*$
- name: OAUTH2_PROXY_UPSTREAMS
value: http://127.0.0.1:8083
envFrom: