Top "Rbac" questions

RBAC is short for Role Based Access Control, an authorization and access control model in which access to restricted resources is granted or denied based on whether the requester's identity is associated with one or more role classifications required by the restricted resource.

roles.rbac.authorization.k8s.io is forbidden even added in apiGroups

I'm running kubernetes v1.11.5 and I'm installing helm with a tiller deployment for each namespace. Let's focus on a single …

kubernetes rbac kubernetes-helm
Can I connect one service account to multiple namespaces in Kubernetes?

I have couple of namespaces - assume NS1 and NS2. I have serviceaccounts created in those - sa1 in NS1 …

kubernetes openshift kubectl rbac kubernetes-namespace
Create user group using RBAC API?

I can't find documentation on how to create user group on Kubernetes with yaml file. I'd like gather some authenticated …

kubernetes rbac kubectl
Role based access control - correct MVC pattern

I started using the MVC pattern a half year ago, and I still have some misunderstandings. Now I want to …

php model-view-controller kohana rbac
Resource Based Access Control vs Role Based Access Control

I am learning Apache Shiro, and I found this article: The New RBAC: Resource-Based Access Control And the author said: .......…

authentication access-control rbac
Kubernetes RBAC - forbidden attempt to grant extra privileges

I'm using Kubernetes v1.8.14 on custom built CoreOS cluster: $ kubectl version --short Client Version: v1.10.5 Server Version: v1.8.14+coreos.0 When …

kubernetes kubectl coreos rbac
Azure Permission - needed for creating resource group - RBAC

I have assigned with Owner role to a resource group. I am unable to create a new resource group. For …

azure azure-active-directory azure-virtual-machine rbac azure-management-portal
How to get users of a specefic role in Yii2 and DbManager?

How to get users of a specefic role in Yii2 and DbManager in RBAC? Please introduce some API for user …

php yii yii2 rbac