Skip to content

Commit

Permalink
Skip oauth2 proxy redirect for various methods when accessing argo se…
Browse files Browse the repository at this point in the history
…rver api
  • Loading branch information
garryod committed Sep 24, 2024
1 parent 7d9a537 commit 0cdc36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: workflows
description: Data Analysis workflow orchestration
type: application

version: 0.9.0
version: 0.10.0

dependencies:
- name: argo-workflows
Expand Down
3 changes: 3 additions & 0 deletions charts/workflows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ oauth2-proxy:
skip_auth_routes = [
"OPTIONS=^/$",
"GET=^/api/",
"DELETE=^/api/",
"PUT=^/api/",
"POST=^/api/",
"GET=^/assets/"
]
skip_provider_button = true
Expand Down

0 comments on commit 0cdc36d

Please sign in to comment.