Skip to content

Commit

Permalink
Resolve IAM error blocking deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ystoneman authored May 9, 2024
1 parent 4b1d193 commit 57dc67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model-interfaces/idefics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class IdeficsInterface extends Construct {
new iam.PolicyStatement({
actions: ["kms:Decrypt", "kms:ReEncryptFrom"],
effect: iam.Effect.ALLOW,
resources: ["arn:aws:kms:*"],
resources: ["*"],
})
);

Expand Down

0 comments on commit 57dc67c

Please sign in to comment.