redhat-cop / namespace-configuration-operator

The namespace-configuration-operator helps keeping configurations related to Users, Groups and Namespaces aligned with one of more policies specified as a CRs
Apache License 2.0
204 stars 55 forks source link

Cannot test this because impersonation is not working #43

Closed ahmedwaleedmalik closed 4 years ago

ahmedwaleedmalik commented 4 years ago

I cannot test the workflow since impersonation is not working. I can see that it is mentioned in the documentation here as well. But is there any other way to test stuff out ?

Also, I think until the ticket MSTR-1000 (which is either deleted or is private) is resolved we should keep this issue open.

raffaelespazzoli commented 4 years ago

@ahmedwaleedmalik if you can setup a real IDP provider with OCP, then you don't have to impersonate users, you can simply login as that user to test. Impersonation is needed in the artificial scenario of the example where we can't make any assumption on the IDP provider.

ahmedwaleedmalik commented 4 years ago

Yup, that makes sense.