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

Azure - Add Describe Keyvaults filter to azure.keyvault resource #7113

Open
jtroberts83 opened this issue Feb 16, 2022 · 0 comments
Open

Azure - Add Describe Keyvaults filter to azure.keyvault resource #7113

jtroberts83 opened this issue Feb 16, 2022 · 0 comments

Comments

@jtroberts83
Copy link
Contributor

Describe the feature

Currently the Azure keyvault resource is just doing a list on keyvaults which doesn't return enough resource information to author useful policies. By adding a describe filter to keyvaults or changing the default scan behavior from list to describe there will be a lot more info to filter on and author policies from. One policy example that I need this for is the Azure CIS policy to check if keyvaults are being used to store secrets and this info is only returned when describing keyvaults, not listing them. Another use case for the describe info is authoring a policy that checks the expiration date for secrets stored in keyvaults as part of a CIS check. The info is also needed to see if keys in the keyvault are expiring. Many use cases for this

Extra information or context

There is no workaround at this time to pull back this needed info.

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

No branches or pull requests

1 participant