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

Configure Proxy Cookie Name from Env Var #197

Closed
alexbakerdev opened this issue May 16, 2019 · 1 comment
Closed

Configure Proxy Cookie Name from Env Var #197

alexbakerdev opened this issue May 16, 2019 · 1 comment

Comments

@alexbakerdev
Copy link

Is your feature request related to a problem? Please describe.
Generally this is just making it possible to set the proxy CookieName via the environment.

One scenario where its useful is having multiple auth environments for a single cookie domain (like staging and production subdomains). E.g.

Cookie Name Domain
_sso_proxy_staging staging.example.com
_sso_proxy example.com

Now the staging proxy can read a valid token from the cookies of the request

Describe the solution you'd like
Make the cookie name configurable via an environment variable.

Describe alternatives you've considered
N/A

@jphines
Copy link
Contributor

jphines commented May 28, 2019

Closed by #198

@jphines jphines closed this as completed May 28, 2019
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