nccgroup / azucar

Security auditing tool for Azure environments
GNU Affero General Public License v3.0
563 stars 112 forks source link

selection of subscription/resource group #14

Open alimukarramm opened 5 years ago

alimukarramm commented 5 years ago

Hi, How can I select the specific Resource group or Subscription. It seems that audit run on entire tenant.

Thanks in advance.

silverhack commented 5 years ago

Hi,

The tool will check a subscription based on the RBAC role for the user who launch the tool. So if the user has access to manage everything, the tool will try to get all resources that the user has access to. So the solution is likely targeting specific areas or services, by launching the tool with an user with appropriate RBAC permissions. I'll mark this as an enhancement, as you can filter by resource group in almost all API endpoints.

Thanks

alimukarramm commented 5 years ago

Ok, thank you very much for your help and support.

Regards.

softwarekkp commented 4 years ago

Hi,

I am trying to run the tool. It is asking to choose specific subscription. But, I want to choose all subscriptions? or I want to run in all accessible subscriptions. How can I?