Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [rbac]

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.

-1 votes
0 answers
15 views

Is it possible to list node,PV and SC information through admin-clusterrole if we add the info in admin clusterrole manifest file?

We have admin clusterrole in our kubernetes cluster but we are not list the nodes like kubectl get nodes info forbidden is coming. Is there any way to edit or replace admin clusterrole manifest file ...
GUNA's user avatar
  • 7
-1 votes
1 answer
21 views

how to use RBAC on azure?

I'm a complete beginner, but I need to figure out how do use rbac on azure sql to grant access specifically to certain tables on the db (for now, with just standard reader privileges). How should I do ...
Antonio Fontoura's user avatar
-1 votes
0 answers
15 views

How can I fix this error on my NestJs application: Type 'Role' has no properties in common with type 'Role'.ts(2559) (parameter) role: Role

enter image description here Here is my GitHub code: https://github.com/borisalibeja/EcoFarm I trying to build auth using RBAC, but I have some problems with the interface declared on the node Modules....
Boris Alibeja's user avatar
0 votes
0 answers
18 views

How to organize the issuance of rights in Kubernetes IaC?

How to organize the issuance of rights in Kubernetes IaC? I have a cluster with many namespaces, developers only need rights to individual namespaces. I don’t want to do this manually, I believe that ...
Joe's user avatar
  • 1
0 votes
0 answers
20 views

not able to use multiple gateways with AuthorizationPolicy on istio gateway (RBAC: access denied)

I have to use multiple gateways which are namespace wise where as, every namespace has its own AuthorizationPolicy either to allow the traffic or DENY the traffic on IP based block e.g my default ...
Ashish Mahamuni's user avatar
-1 votes
1 answer
76 views

I want to implement Role based access control in the react App

I want to implement role based access control in the react App. Is there any way azure role can we use for this and how can i used. Azure default role or Role creation anything how to use in react App....
Sanjay Prasad's user avatar
0 votes
0 answers
26 views

How to merge roles in Postgres?

In my database I have two distinct roles which have no special attributes and thus do not inherit. They act as (RBAC) permissions, and there are policies for each permission on multiple tables. How ...
Code4R7's user avatar
  • 2,750
0 votes
0 answers
155 views

Role-Based Access Control (RBAC) in Next.js: Best Practices for Efficient Database Queries

I'm working on implementing role-based access control (RBAC) in my Next.js for my API and I want to ensure that I'm following best practices for efficient database queries. My application uses Next.js ...
hantoren's user avatar
  • 1,003
2 votes
0 answers
76 views

How to disable Publish button in Azure Synapse Workspace?

We have CI/CD enabled for our Synapse environment, which automatically validates and deploys ARM templates to the target environments when master branch is updated. As such, we want to be able to ...
Elliot's user avatar
  • 33
0 votes
2 answers
124 views

Creating a common API for accessing any blob in any storage account within a tenant

I'm working on developing an API that allows users to retrieve blobs from Azure Storage (RBAC) using Azure AD OAuth2 authentication. Here's the scenario: Users will authenticate using Azure AD OAuth2 ...
Not_James_Bond's user avatar
0 votes
0 answers
22 views

K8 Permission issues in custom Scheduler

I'm encountering errors when deploying my custom scheduler following this link. I've identified them as permission issues, and despite updating my RBAC files, the errors persist. "Plugin Failed&...
Ab Danyia's user avatar
  • 101
0 votes
2 answers
96 views

Cannot remove Virtual Network Integration from function app

I am attempting to provide access to someone on my account using least-required access by creating an RBAC rule in Azure that gives the person the ability to manage, create, and delete networking ...
Shad Christopherson's user avatar
1 vote
1 answer
231 views

ArgoCD LDAP : RBAC using LDAP is not working (Not assigning the policies)

Hello. I want to integrate LDAP with ArgoCD, using Dex. The problem is, the LDAP user that I login with, doesn't get the necessary policies that I've specified in argocd-rbac-cm in policy.csv; But the ...
Behnia FB's user avatar
  • 107
0 votes
0 answers
22 views

Rolebinding a Clusterrole with complete access is deleting namespace

I have a clusterrole with complete access rule and a rolebinding to individual namespaces. Though full access clusterrole is binded to a rolebinding in a namespace, I thought..! user will have ...
Jay's user avatar
  • 41
1 vote
1 answer
173 views

Az-GetRoleAssigments Not returning Data for DisplayName, SignInName & Object Type - Azure Powershell Runbook

I've been working on getting the list of RBAC roles assigned to an azure subscription to know which RBAC is assigned to a user or to an AD group. Based on the Microsoft website, I can do this using ...
Carlos Samayoa's user avatar

15 30 50 per page
1
2 3 4 5
78