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
Change the way the project integrates with ArgoCD by implementing a plugin generator rest endpoint instead of manipulating the list of an Application directly.
We've implemented authorization (groups, both LDAP and users) tightly coupled to OpenShift. For example by relying on groupSync and whitelist, see the docs. In this way, the operator is hard to use on a vanilla k8s implementation. Therefore, we would like to refactor the access management implementation in such a way it accommodates both vanilla k8s and OpenShift.