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

Add lambda:ListTags permission to ProvisionPublishEgressIP policy #149

Merged
merged 1 commit into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. Add lambda:ListTags permission to policy

    From AWS:
    
    "Previously, permissions on ListTags were required only when using the ListTags API explicitly. However, principals with GetFunction API permissions could still access tag information outputted by the GetFunction call even if there is an explicit deny on ListTags API. Beginning October 2, 2024, Lambda will return tags data only when the principal calling GetFunction API has a policy with an explicit allow permission on ListTags API. When the role calling the GetFunction API has a policy with a deny or has no policy with explicit allow access to ListTags API, Lambda will not return tags data in the response to the GetFunction API call."
    dav3r authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ef577d9 View commit details
    Browse the repository at this point in the history