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

Support for wildcars in the scope(s) segment of an exemptions definition #687

Open
nikolaifa opened this issue Jun 24, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nikolaifa
Copy link
Contributor

nikolaifa commented Jun 24, 2024

Is your feature request related to a problem? Please describe.
We are using Azure Security Benchmark which includes the policy Storage accounts should use private link, which we'd like to disable for a specific set of our sub-resources. These resources are recognizable both by their name, which contains tfstate or their resource group name, that also contains tfstate.

Describe the solution you'd like
I'd love support for wildcars for the scope(s) segment of an exemptions definition.

E.g.:

"scopes": [
      "/subscriptions/xxxxxxxxxxx/resourcegroups/rg-*-tfstate*",
      "/subscriptions/xxxxxxxxxxx/resourcegroups/RG2"
    ]

AB#44041

@nikolaifa nikolaifa changed the title Support for wildcars for the scope(s) segment of an exemptions definition Support for wildcars in the scope(s) segment of an exemptions definition Jun 24, 2024
@anwather anwather added the enhancement New feature or request label Jun 25, 2024
@apybar
Copy link
Collaborator

apybar commented Aug 14, 2024

Adding to backlog

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

No branches or pull requests

3 participants