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:

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

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

2018-05-25 Thread Daniel Comnea
Semushin <vsemu...@redhat.com> wrote: > 2018-05-24 23:16 GMT+02:00 Daniel Comnea <comnea.d...@gmail.com>: > >> Hi, >> >> Is any alternative to "oc adm policy add-scc-to-user" command in the >> same way there is one for "oc create serviceacco

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 <comnea.d...@gmail.com>: > 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 > > apiVe

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

2018-05-24 Thread Mateus Caruccio
>> I believe a level of 8 should be enough. >>> >>> -- >>> 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 &l

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

2018-05-24 Thread Daniel Comnea
pCloud.com >> We make the infrastructure invisible >> Gartner Cool Vendor 2017 >> >> 2018-05-24 18:16 GMT-03:00 Daniel Comnea <comnea.d...@gmail.com>: >> >>> Hi, >>> >>> Is any alternative to "oc adm policy add-scc-to-user" co

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

2018-05-24 Thread Mateus Caruccio
GMT-03:00 Daniel Comnea <comnea.d...@gmail.com>: > 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 > >

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 the i