Re: Any alternative to "oc adm policy add-scc-to-user" ?

2018-05-25 Thread Daniel Comnea
Right you are again, my bad as i i've mixed things up. SCC has the equivalent of K8 PSP and not all the SCC been incorporated (yet) into PSP. Now is all clear in my head, thanks for taking the time to respond. On Fri, May 25, 2018 at 9:31 AM, Vyacheslav Semushin wrote: > 2018-05-25 10:23 GMT

Re: Any alternative to "oc adm policy add-scc-to-user" ?

2018-05-25 Thread Vyacheslav Semushin
2018-05-25 10:23 GMT+02:00 Daniel Comnea : > Slava, > > spot on !!! > > I don't know why i was under the impression that in 3.7 RBAC been fully > implemented and everything on parity, guess i was wrong. > One doesn't exclude another: RBAC was fully implemented and replaced our previous mechanisms

Re: Any alternative to "oc adm policy add-scc-to-user" ?

2018-05-25 Thread Daniel Comnea
eslav Semushin wrote: > 2018-05-24 23:16 GMT+02:00 Daniel Comnea : > >> Hi, >> >> Is any alternative to "oc adm policy add-scc-to-user" command in the >> same way there is one for "oc create serviceaccount foo" which can >> be achieved by &

Re: Any alternative to "oc adm policy add-scc-to-user" ?

2018-05-25 Thread Vyacheslav Semushin
2018-05-24 23:16 GMT+02:00 Daniel Comnea : > Hi, > > Is any alternative to "oc adm policy add-scc-to-user" command in the same > way there is one for "oc create serviceaccount foo" which can be achieved > by > > apiVersion: v1 > > kind:

Re: Any alternative to "oc adm policy add-scc-to-user" ?

2018-05-24 Thread Mateus Caruccio
t; >>> -- >>> Mateus Caruccio / Master of Puppets >>> GetupCloud.com >>> We make the infrastructure invisible >>> Gartner Cool Vendor 2017 >>> >>> 2018-05-24 18:16 GMT-03:00 Daniel Comnea : >>> >>>> Hi, >

Re: Any alternative to "oc adm policy add-scc-to-user" ?

2018-05-24 Thread Daniel Comnea
e make the infrastructure invisible >> Gartner Cool Vendor 2017 >> >> 2018-05-24 18:16 GMT-03:00 Daniel Comnea : >> >>> Hi, >>> >>> Is any alternative to "oc adm policy add-scc-to-user" command in the >>> same way there is one for

Re: Any alternative to "oc adm policy add-scc-to-user" ?

2018-05-24 Thread Daniel Comnea
com > We make the infrastructure invisible > Gartner Cool Vendor 2017 > > 2018-05-24 18:16 GMT-03:00 Daniel Comnea : > >> Hi, >> >> Is any alternative to "oc adm policy add-scc-to-user" command in the >> same way there is one for "oc create

Re: Any alternative to "oc adm policy add-scc-to-user" ?

2018-05-24 Thread Mateus Caruccio
18:16 GMT-03:00 Daniel Comnea : > Hi, > > Is any alternative to "oc adm policy add-scc-to-user" command in the same > way there is one for "oc create serviceaccount foo" which can be achieved > by > > apiVersion: v1 > > kind: ServiceAccount > > m

Any alternative to "oc adm policy add-scc-to-user" ?

2018-05-24 Thread Daniel Comnea
Hi, Is any alternative to "oc adm policy add-scc-to-user" command in the same way there is one for "oc create serviceaccount foo" which can be achieved by apiVersion: v1 kind: ServiceAccount metadata: name: foo-sa namespace: foo I'd like to be able to put all