Allow localhost
as redirect URL for keycloak authentication
#19158
Labels
area/install
Issues related to installation, including offline/air gap and initial setup
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Is your task related to a problem? Please describe.
Currently,
localhost
redirect URL should be configured manually by adminWould be great to have an env var (probably disabled by default) to automatically add the keycloak / SSO redirect web origin for localhost development. This will allow having
workspaces.openshift.com
a default option for local run of Eclipse Che Dashboard without any manual stepsDescribe the solution you'd like
property e.g.
che.keycloak.allow_localhost
, if set to true adds thelocalhost:3000
redirect / web-origin, which would allow local run of Eclipse Che DashboardDescribe alternatives you've considered
Manually configured by admin
Additional context
Downstream issue https://issues.redhat.com/browse/CRT-955
The text was updated successfully, but these errors were encountered: