You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Theia Cloud Helm chart configures allowed redirect domains for session pods' OAuth proxies. This list is defined in the proxy's config map'swhitelist_domains. This is currently hard coded to the landing page and session host. As this is also used for the redirects after logging out, only the landing page can be used as a redirect after logging out. This should be configurable.
Describe the solution you'd like
Extend the Helm chart to allow configuring the whitelist_domains and cookie_domains configurations. Also remove google.com from the default allowed redirects. This is likely a leftover.
The text was updated successfully, but these errors were encountered:
- Make whitelist_domains and cookie_domains configurable
- Default is the previous behaviour: landing page and session host
- Removes google.com from the default allowed redirects because there is
no indication that this is necessary
Fixeseclipse-theia/theia-cloud#357
Signed-off-by: Olaf Lessenich <[email protected]>
xai
linked a pull request
Feb 12, 2025
that will
close
this issue
Is your feature request related to a problem? Please describe.
The Theia Cloud Helm chart configures allowed redirect domains for session pods' OAuth proxies. This list is defined in the proxy's config map's
whitelist_domains
. This is currently hard coded to the landing page and session host. As this is also used for the redirects after logging out, only the landing page can be used as a redirect after logging out. This should be configurable.Describe the solution you'd like
Extend the Helm chart to allow configuring the
whitelist_domains
andcookie_domains
configurations. Also remove google.com from the default allowed redirects. This is likely a leftover.The text was updated successfully, but these errors were encountered: