We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b23a9 commit 5dd3b81Copy full SHA for 5dd3b81
1 file changed
infrastructure/stacks/iams-developer-roles/github_actions_policies.tf
@@ -836,6 +836,15 @@ resource "aws_iam_policy" "code_signing_management" {
836
],
837
Resource = "*"
838
},
839
+ {
840
+ Sid = "LambdaFunctionSigningManagement",
841
+ Effect = "Allow",
842
+ Action = [
843
+ "lambda:DeleteFunctionCodeSigningConfig",
844
+ "lambda:PutFunctionCodeSigningConfig"
845
+ ],
846
+ Resource = "arn:aws:lambda:*:${data.aws_caller_identity.current.account_id}:function:eligibility_signposting_api"
847
+ },
848
{
849
Sid = "SignerProfileManagement"
850
Effect = "Allow"
0 commit comments