Questions tagged [rbac]

30 questions
0
votes
1 answer

Azure VM managent and metrics role

Is there a one built-in role that allows a user to do only the following: Start , restart and stop VM. Display VM metrics to this user. Metrics such as CPU and RAM utilization. It seems like it requires both "virtual machine administrator…
jwalker
  • 98
  • 7
0
votes
1 answer

azure RBACRoletodiable cost view

I would like create a custom role which will diable someone from viewing cost of subscription. For example if i give read access to a person he is able to see cost. I need a RBAC role to be created to disable that view.
Alok J
  • 1
  • 1
0
votes
0 answers

Unable to perform RBAC for vCenter

I have added the vCenter to the AD, and I am able to retrieve groups. We have a Datacenter which has about 7 ESXi hosts. I'd like to slice these hosts, in such a way that a few users are granted access to only a few hosts when they login to vCenter.…
0
votes
1 answer

Role Based Access Control, Where Roles Change Depending on Location In Application

I am tasked with designing a new, role based access model for our system. The requirements are something to the effect of the following: A user can log in, and will have a different role depending on which client s/he is viewing. This part is…
0
votes
1 answer

RBAC not working

I`m learing RBAC in solaris. bash-2.03# tail -4…
Mingwei Li
  • 63
  • 1
  • 1
  • 6
0
votes
0 answers

How to add username and password based uthentication to kubernetes dashboard using helm and terraform?

I have this terraform config for deploying a kubernetes dashboard to my cluster on VKE. resource "helm_release" "my-kubernetes-dashboard" { name = "my-kubernetes-dashboard" repository = "https://kubernetes.github.io/dashboard/" chart =…
Dan
  • 1
  • 1
0
votes
0 answers

Assign specific Exchange Role to App-only authentication with Exchange Online Powershell

I need to use the following cmdlets from ExchangeOnline Powershell module with an unattended connection. Get-QuarantineMessage Preview-QuarantineMessage Release-QuarantineMessage Export-QuarantineMessage Following this first documentation…
Brice
  • 212
  • 2
  • 11
0
votes
1 answer

Listening to 80 port with non-root Glassfish on Centos

I use Glassfish Stack to manage applications. I run Glassfish on CentOS with non-root user. Therefor I am not able to open 80 port as the ports under 1024 are accessibly only by root users. There is a solution to add privilege in role based access…
0
votes
4 answers

How to grant access to the Microsoft 365 Admin Center to limited Exchange Online administrators?

Related to this: Exchange Online RBAC - How to limit the read scope of a management role?. We need to allow some administrators to manage only a subset of all mailboxes in Exchange Online; we achieved this using a management scope. Everything works…
Massimo
  • 70,200
  • 57
  • 200
  • 323
0
votes
1 answer

How to enable read permission on Kubernetes mount path

I have installed FluentD on Kind-Kubernetes cluster on CentOS VM running on my laptop. I'm having issues getting FluentD to read logs as it is throwing the following error. 2021-08-29 08:26:31 +0000 [warn]: #0 [tail_container_logs]…
0
votes
1 answer

In Azure, how to prevent a user create a Network Interface Card but not modify it?

I want to give a specific RBAC to a user so that he can create a NIC but not to modify. As a matter of fact, what it is aimed is that he shouldn't have permission to change the dynamic ip to static ip and change the ip address of the NIC. I have…
MoonHorse
  • 107
  • 7
0
votes
1 answer

Can't configure RBAC to users in EKS

I have deployed EKS using eksctl following this docs. As the user who created the cluster I have full access control. Trying to grant system:masters permissions to a specific user doesn't work this way: kubectl edit -n kube-system…
itaied
  • 123
  • 1
  • 3
0
votes
1 answer

Can't create Custom RBAC in Management group

I'm trying to create a custom RBAC (Role) at my Management Group level and it doesn't work. I receive the following error message: Validation error: Custom role at management group scope is not supported. I already checked on the internet and It…
0
votes
1 answer

Azure RBAC Role to Publish and Mange APPS

I have a requirement where i need to give developers The ability to create and publish apps in Azure Manage the secret key of the app edit the Manifest of the app Is there a built in role that can accomplish this?
-1
votes
1 answer

What additional role should I provision in an Azure resource group so that a contributor can see/accept/fix Azure SQL security recomendations?

We are receiving security recommendations for one of our Azure SQL databases. I'm owner of the subscription and can see those recommendations in the Azure SQL Security Center. I would like to delegate the resolution to one of the resource group…
lpacheco
  • 157
  • 2
  • 9
1
2