Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple upstreams service behind the same SSO proxy #10

Open
ccojocar opened this issue Aug 24, 2018 · 6 comments
Open

Support multiple upstreams service behind the same SSO proxy #10

ccojocar opened this issue Aug 24, 2018 · 6 comments

Comments

@ccojocar
Copy link
Owner

The oauth2_proxy supports multiple upstream services for which it does path based routing.

e.g. by defining the upstreams as follows:

upstreams: [
   http://kube-svc1/app1/
   http://kube-svc2/app2/
]

The proxy will route:

https://public-domain/app1 ==> http://kube-svc1/app1
https://public-domain/app2 ==> http://kube-svc2/app2

In this way, It is possible to have Single Sign-On for both app1&app2.

@jenkins-x-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale

@ccojocar
Copy link
Owner Author

ccojocar commented Jun 7, 2019

/remove-lifecycle stale

@jenkins-x-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale

@jenkins-x-bot
Copy link
Contributor

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle rotten

@jenkins-x-bot
Copy link
Contributor

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
Provide feedback via https://jenkins-x.io/community.
/close

@ccojocar
Copy link
Owner Author

/remove-lifecycle rotten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants