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

Edge deletion needs to remove edge configurations #900

Open
jhsinger-klotho opened this issue Jan 23, 2024 · 0 comments
Open

Edge deletion needs to remove edge configurations #900

jhsinger-klotho opened this issue Jan 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jhsinger-klotho
Copy link
Contributor

deleted lambda -> secret and saw the following policy modification in the lambdas role. The resource just becomes empty but the policy doesnt get removed

    policy: pulumi.jsonStringify({Statement: [{Action: ["secretsmanager:DescribeSecret", "secretsmanager:GetSecretValue"], Effect: "Allow", Resource: [ifcp_fga_store_id.arn]}], Version: "2012-10-17"})


    policy: pulumi.jsonStringify({Statement: [{Action: ["secretsmanager:DescribeSecret", "secretsmanager:GetSecretValue"], Effect: "Allow", Resource: []}], Version: "2012-10-17"})
@jhsinger-klotho jhsinger-klotho added the bug Something isn't working label Jan 23, 2024
@jhsinger-klotho jhsinger-klotho added this to the Engine Improvements milestone Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant