Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fine grained permissions for this exporter #46

Open
jaspreet-yb opened this issue Aug 17, 2023 · 3 comments
Open

Fine grained permissions for this exporter #46

jaspreet-yb opened this issue Aug 17, 2023 · 3 comments

Comments

@jaspreet-yb
Copy link

Currently as per requirement this exporter needs "Reader" permission at subscription level https://github.com/webdevops/azure-resourcemanager-exporter#azure-permissions. We have a use case where we need only quota usage. Is it possible to have a more fine grained permission , something like monitoring reader?

@mblaschke
Copy link
Member

sure, the exporter needs at lest (should be Microsoft.Resources/subscriptions/read) and other permissions.
feel free to use a custom role for the exporter.

@marcoboffi
Copy link

sure, the exporter needs at lest (should be Microsoft.Resources/subscriptions/read) and other permissions. feel free to use a custom role for the exporter.

What are permissions required for azurerm_graph_* enablement ?

@mblaschke
Copy link
Member

either Directory.Read.All (would not do it) or Application.Read.All should be enough (to get all apps/serviceprincipals)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants