-
Task
-
Resolution: Duplicate
-
Major
-
None
-
False
-
None
-
False
-
-
Rejected
-
-
Synced from eclipse/che issue
https://github.com/eclipse/che/issues/21450
Is your enhancement related to a problem? Please describe
There are several enhancements of ouath-proxy configuration (aka oauth-proxy.cfg) for kubernetes:
- To set pass_access_token to true (default value is false) to pass access token to upstream via "X-Forwarded-Access-Token"
- To set cookie_refresh to 1h0m0s to refresh the cookie when duration has elapsed after cookie was initially set.
- To add whitelist_domains to whitelist che domain (ie: .yourcompany.com)
- To add cookie_domains to set cookie domain to force cookies to (ie: .yourcompany.com)
- To add OAuthScope to Che Resource to allow users to configure Access Token Scope.
Describe the solution you'd like
Update che-operator to support addition configuration of ouath-proxy for kubernetes
Describe alternatives you've considered
No response
Release Notes Text
Some enhancements needed to deploy Che on Azure AKS has been contributed by @karatkep. Thank you for your contribution.
- duplicates
-
CRW-3845 oAuth-proxy enhancements for Azure AKS deployment
- Closed
- links to