[Auth] Use BasicAuth during transition to BeakerNG #104
Replies: 2 comments 2 replies
-
+1 to multiple providers in NG. I think wit is fine to drop it now, and then rewrite it in a more flexible way so we can accomodate the CLI, UI and LCs appropriately. |
Beta Was this translation helpful? Give feedback.
2 replies
-
We only use BasicAuth in our environment at this time. Support for SSO (Single-Sign-On) would be great, but at the moment we don't need it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
As I'm working on the changes, there is a huge skeleton in the closet.
I'm speaking about Auth what we have in Beaker.
We have 3 types of how you can do auth
I will start from the easiest one
Therefore I would like to drop support for Kerberos and OAuth2 at this moment, so it is easier for us to put pieces into place (Hi Python 3).
And then we can evaluate this further like multiple identity provides running side by side (this is something that OCP and RHV are doing). Service accounts where it is need - looking at you, Lab controller.
Beta Was this translation helpful? Give feedback.
All reactions