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
When using AWS Secrets Manager, the "data.aws_iam_policy_document.secrets-manager-policy" block in ./modules/cluster.irsa.tf includes the "secretsmanager:ListSecrets" action in a group of actions that have resource constraints. But "secretsmanager:ListSecrets" cannot have resource constraints, so it is not included in the policy.
Steps to reproduce the behaviour
set use_vault variable to false
sert use_asm variable to true
set create_asm_role variable to true
terraform apply
Expected behavior
Policy created which includes "secretsmanager:ListSecrets" action
Actual behavior
Policy created does not include "secretsmanager:ListSecrets" action
Terraform version
The output of terraform version is:
Terraform v1.0.11
on linux_amd64
Module version
1.18.1
Operating system
Linux (Ubuntu 20.04)
The text was updated successfully, but these errors were encountered:
Summary
When using AWS Secrets Manager, the "data.aws_iam_policy_document.secrets-manager-policy" block in ./modules/cluster.irsa.tf includes the "secretsmanager:ListSecrets" action in a group of actions that have resource constraints. But "secretsmanager:ListSecrets" cannot have resource constraints, so it is not included in the policy.
Steps to reproduce the behaviour
set use_vault variable to false
sert use_asm variable to true
set create_asm_role variable to true
terraform apply
Expected behavior
Policy created which includes "secretsmanager:ListSecrets" action
Actual behavior
Policy created does not include "secretsmanager:ListSecrets" action
Terraform version
The output of
terraform version
is:Module version
Operating system
The text was updated successfully, but these errors were encountered: