Skip to content

Commit

Permalink
issue tektoncd#1088 : add oauth proxy config option to skip the opens…
Browse files Browse the repository at this point in the history
…hift sign-in popup window
  • Loading branch information
arunavemulapalli authored and tekton-robot committed Mar 5, 2020
1 parent d1e148c commit 417dfe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlays/openshift-patches/oauth-proxy-in-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
args:
- --https-address=:8443
- --provider=openshift
- --skip-provider-button=true
- --openshift-service-account=tekton-dashboard
- --upstream=http://localhost:9097
- --tls-cert=/etc/tls/private/tls.crt
Expand Down

0 comments on commit 417dfe8

Please sign in to comment.