You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for additional resource policies. Consult the list of services which support resource-based policies.
Currently, aws-access-undenied supports resource policies for KMS Keys, Secret Manager secrets, S3 buckets, ECR repositories and Lambda Functions.
To add resource policy support.
Add the function _get_<service>_<resource>_resource_policy to resource_policy_utils.py
Call the function in the appropriate circumstances from get_resource_policy
The text was updated successfully, but these errors were encountered:
Add support for additional resource policies. Consult the list of services which support resource-based policies.
Currently, aws-access-undenied supports resource policies for KMS Keys, Secret Manager secrets, S3 buckets, ECR repositories and Lambda Functions.
To add resource policy support.
_get_<service>_<resource>_resource_policy
toresource_policy_utils.py
get_resource_policy
The text was updated successfully, but these errors were encountered: