What
- Change the operator to watch specific namespaces and/or labels instead of all
IMPORTANT Change the scope of the operator for namespace ( requirements changed )
Why
- Improve the performance and attend Wei definitions
How
- The change need to be done here : Here: https://github.com/aerogear/mobile-security-service-operator/blob/master/cmd/manager/main.go#L78
- Make it works as: https://github.com/integr8ly/keycloak-operator/blob/master/cmd/keycloak-operator/main.go#L66
Following the weil@redhat.com definition:
1. A namespace-scoped operator.
2. Watch the installation CR in the namespace that it is deployed to.
3. Watch the binding CRs (can we rename it to something else? I don't think it's a good idea to have `bind` as part of the CR name) in namespaces that the are set via environment variables. See https://github.com/integr8ly/keycloak-operator/blob/master/cmd/keycloak-operator/main.go#L67-L70 for example.
- blocks
-
AEROGEAR-8968 Review roles and if required impl roles for no-privileged users
- Closed