Skip to content

Commit aeb2d3b

Browse files
committed
Try to redirect 302
1 parent 17a3585 commit aeb2d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ data:
1111
cookie_refresh = "45s"
1212
cookie_name = "{{ include "oauth2-proxy.fullname" . }}-cookie"
1313
skip_auth_routes = ["GET=^/$","GET=^/assets",]
14-
api_routes = ["^/oauth2"]
14+
api_routes = ["^/oauth2", "^/api"]
1515
skip_provider_button = true

0 commit comments

Comments
 (0)