Skip to content

Commit

Permalink
Merge pull request oauth2-proxy#35 from Webjet/tableau-teamcity
Browse files Browse the repository at this point in the history
updated args
  • Loading branch information
Kevin-Li-Webjet authored Aug 19, 2021
2 parents d13b8f3 + cd1340c commit f97a641
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 34 deletions.
32 changes: 15 additions & 17 deletions pipeline/tableau.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,21 @@ deployment:
image: oauth2-proxy
port: 4180
args:
- "-config=/etc/config/oauth2_proxy.cfg"
- "-upstream=https://tableau.webjet.com.au/"
- "-provider=azure"
- "-cookie-name=adminauth"
- "-cookie-secure=true"
- "-cookie-expire=12h0m"
- "-cookie-refresh=10h30m"
- "-cookie-domain=tableau.dev.webjet.com.au"
- "-email-domain=*"
- "-http-address=http://0.0.0.0:4180"
- "-azure-tenant=5de0e68c-0afd-4a67-b089-31f168aa4ca0"
- "-pass-groups=true"
- "-approval-prompt="
- "-skip-provider-button=true"
- "-redirect-url=https://tableau.dev.webjet.com.au/oauth2/callback"
- "-pass-user-headers=true"
- "-pass-groups=true"
- "--config=/etc/config/oauth2_proxy.cfg"
- "--upstream=https://tableau.webjet.com.au/"
- "--provider=azure"
- "--cookie-name=adminauth"
- "--cookie-secure=true"
- "--cookie-expire=12h0m"
- "--cookie-refresh=10h30m"
- "--cookie-domain=tableau.dev.webjet.com.au"
- "--email-domain=*"
- "--http-address=http://0.0.0.0:4180"
- "--azure-tenant=5de0e68c-0afd-4a67-b089-31f168aa4ca0"
- "--approval-prompt="
- "--skip-provider-button=true"
- "--redirect-url=https://tableau.dev.webjet.com.au/oauth2/callback"
- "--pass-user-headers=true"
secret:
path: /etc/config

Expand Down
33 changes: 16 additions & 17 deletions pipeline/teamcity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@ deployment:
image: oauth2-proxy
port: 4180
args:
- "-config=/etc/config/oauth2_proxy.cfg"
- "-upstream=https://teamcityserver.dev.webjet.com.au/"
- "-provider=azure"
- "-cookie-name=adminauth"
- "-cookie-secure=true"
- "-cookie-expire=12h0m"
- "-cookie-refresh=10h30m"
- "-cookie-domain=teamcity.dev.webjet.com.au"
- "-email-domain=*"
- "-http-address=http://0.0.0.0:4180"
- "-azure-tenant=5de0e68c-0afd-4a67-b089-31f168aa4ca0"
- "-pass-groups=true"
- "-approval-prompt="
- "-skip-provider-button=true"
- "-redirect-url=https://teamcity.dev.webjet.com.au/oauth2/callback"
- "-pass-user-headers=true"
- "-pass-groups=true"
- "--config=/etc/config/oauth2_proxy.cfg"
- "--upstream=https://teamcityserver.dev.webjet.com.au/"
- "--provider=azure"
- "--cookie-name=adminauth"
- "--cookie-secure=true"
- "--cookie-expire=12h0m"
- "--cookie-refresh=10h30m"
- "--cookie-domain=teamcity.dev.webjet.com.au"
- "--email-domain=*"
- "--http-address=http://0.0.0.0:4180"
- "--azure-tenant=5de0e68c-0afd-4a67-b089-31f168aa4ca0"
- "--approval-prompt="
- "--skip-provider-button=true"
- "--redirect-url=https://teamcity.dev.webjet.com.au/oauth2/callback"
- "--pass-user-headers=true"
- "--reverse-proxy=true"
secret:
path: /etc/config

Expand Down

0 comments on commit f97a641

Please sign in to comment.