Hi,
I have a shared Openshift cluster and my idea was to provide users which do not have admin access the ability to deploy their awx instances on demand.
The operator seems to need admin access to deploy which is fine but I don’t see a way for users to deploy multiple instances of awx without admin access.
Is there a way to accomplish this with or without the operator ?
I figured one has to changes roles and roles bindings to cluster ones and remove the watch_namespaces from the operator and it works like a charm.
Once the operator is deployed a normal user can create AWX objects and everything spawns in their namespace as long as users have access to the object.