-
Spike
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
Future Sustainability
-
False
-
-
False
-
-
-
-
ACM Console 2.17 - 1
-
None
It would be useful to be able to test the console when running against an OpenShift cluster that has direct authentication enabled and therefore no User or Group APIs.
For both `npm start` and `npm run plugins`, our current setup scripts create an OAuthClient resource with the redirect URI set to a localhost callback address. We would need a version of the startup scripts that do not rely on OAuthClient (does not exist when direct authentication is enabled) and updated documentation on how to run in this configuration.
Presumably we would need to configure our local redirect URI with the external provider. In most cases for internal testing this will likely be keycloak, so documentation specific to keycloak or even automation against the REST API would be helpful.