| Ali Ok after chatting with Gerard Ryan, I think the best approach here is to just hide the namespace completely, for a few reasons: 1. Users will have other ways to discover the mdc url. We are going to add it to the webapp, and also be part of the managed service broker so that it will show up in the `<username>-Shared Services` namespace. 2. It will be the same as other managed services on RHMI. None of them are visible to users anyway and if mdc is different, it may cause concerns from the SRE team. 3. Users will still be able to use `oc` commands to access the custom resource in the mdc namespace, even if they can't see the namespace. This means we can remove this part:https://github.com/aerogear/mobile-developer-console-operator/blob/master/deploy/mobiledeveloper_role.yaml#L6-L13, and the latest changes you have made. Wdyt? |