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.

Best Role-Based Access Control (RBAC) database model

What is the best database schema to track role-based access controls for a web application? I am using Rails, but …

ruby-on-rails permissions roles access-control rbac
How to get user role in Yii2?

How to get user role in Yii2? I searched and read Yii2 guide but I didn't find any solution.

php yii yii2 rbac
How do you change MongoDB user permissions?

For instance, if I have this user: > db.system.users.find() { "user" : "testAdmin", "pwd" : "[some hash]", "roles" : [ "clusterAdmin" ], "otherDBRoles" : { "…

mongodb rbac
DB Schema of a Role Based Access Control

I'm currently developing a member administration for a local association here and I'm developing the database schema at the moment. …

mysql credentials rbac db-schema
How to design a hierarchical role based access control system

Basic deal is, we have a custom built "kickstart" for our projects. For this we are looking at redoing the …

php mysql permissions hierarchy rbac
Create user in Kubernetes for kubectl

I need to create users to assign them permissions with RBAC, I create them as follows: echo -n "lucia" | base64 …

json kubernetes kubectl endpoint rbac
Yii2 role management with rbac and database storage

I want to learn Yii2 membership and use Yii to store and retrieve roles using a database. I have read …

php yii yii2 yii-extensions rbac
how to check whether RBAC is enabled, using kubectl

I'm trying to install a helm package on a kubernetes cluster which allegedly has RBAC disabled. I'm getting a permission …

kubernetes kubectl rbac
Role Based Access Control

Are there any java open source role-based access control system?

java authorization rbac
Kubernetes namespace default service account

If not specified, pods are run under a default service account. How can I check what the default service account …

kubernetes rbac