We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1016e81 + 5ca604f commit 83d2161Copy full SHA for 83d2161
check-ecs-exec.sh
@@ -543,6 +543,7 @@ else
543
kmsEvalResult=$(${AWS_CLI_BIN} iam simulate-principal-policy \
544
--policy-source-arn "${taskRoleArn}" \
545
--action-names "${kmsDecrypt}" \
546
+ --resource-arns "${kmsKeyId}" \
547
--output json \
548
| jq -r ".EvaluationResults[0].EvalDecision")
549
showEvalResult "${kmsEvalResult}" "${kmsDecrypt}"
0 commit comments