> On 5 Jun 2017, at 8:13 PM, Henryk Konsek <[email protected]> wrote:
> 
> Hi,
> 
> Quick question. Is there an easy way to grant "system:admin" privileges to 
> "admin" user? I'd like to make it possible for 'admin' user to list projects 
> and namespaces for example. I'm aware that this is not recommended for 
> production environment, but this is something we need for an automation of 
> our integration tests suite.

Not sure if suits your requirements, but presuming 'username' exists, as user 
who already has admin rights, try:

        oc adm policy add-cluster-role-to-user cluster-reader username

If only want them to be able to read view stuff but not modify, or:

        oc adm policy add-cluster-role-to-user cluster-admin username

if want to allow them full edit ability on cluster.

Replace 'username' with actual name of user.

Graham




_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to