Skip to content

Commit 0cdc36d

Browse files
committed
Skip oauth2 proxy redirect for various methods when accessing argo server api
1 parent 7d9a537 commit 0cdc36d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/workflows/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: workflows
33
description: Data Analysis workflow orchestration
44
type: application
55

6-
version: 0.9.0
6+
version: 0.10.0
77

88
dependencies:
99
- name: argo-workflows

charts/workflows/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ oauth2-proxy:
9191
skip_auth_routes = [
9292
"OPTIONS=^/$",
9393
"GET=^/api/",
94+
"DELETE=^/api/",
95+
"PUT=^/api/",
96+
"POST=^/api/",
9497
"GET=^/assets/"
9598
]
9699
skip_provider_button = true

0 commit comments

Comments
 (0)