From 925d4571658413fe869971d2d61d5110d7485892 Mon Sep 17 00:00:00 2001 From: TomJKing Date: Mon, 27 Jan 2025 07:06:51 +0000 Subject: [PATCH 1/2] Support for permission to update secret in secrets manager --- root.tf | 2 ++ tdr-terraform-modules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/root.tf b/root.tf index c146926..a9df0d0 100644 --- a/root.tf +++ b/root.tf @@ -736,7 +736,9 @@ module "rotate_keycloak_secrets_lambda" { vpc_id = module.shared_vpc.vpc_id kms_key_arn = module.encryption_key.kms_key_arn rotate_keycloak_secrets_event_arn = module.periodic_rotate_keycloak_secrets_event.event_arn + api_connection_auth_type = aws_cloudwatch_event_connection.consignment_api_connection.authorization_type api_connection_name = aws_cloudwatch_event_connection.consignment_api_connection.name + api_connection_secret_arn = aws_cloudwatch_event_connection.consignment_api_connection.secret_arn } module "periodic_rotate_keycloak_secrets_event" { diff --git a/tdr-terraform-modules b/tdr-terraform-modules index 3b74b57..c53e755 160000 --- a/tdr-terraform-modules +++ b/tdr-terraform-modules @@ -1 +1 @@ -Subproject commit 3b74b57a0123cdc4eea926b8802ab425ac94bfbd +Subproject commit c53e7552bef8677d5a1ff451a7a11878537efb97 From 03d737aed0a6dda01654d329a3ba532b79fb8cc9 Mon Sep 17 00:00:00 2001 From: TomJKing Date: Mon, 27 Jan 2025 09:00:22 +0000 Subject: [PATCH 2/2] Update sub-module hash --- tdr-terraform-modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdr-terraform-modules b/tdr-terraform-modules index c53e755..a36e947 160000 --- a/tdr-terraform-modules +++ b/tdr-terraform-modules @@ -1 +1 @@ -Subproject commit c53e7552bef8677d5a1ff451a7a11878537efb97 +Subproject commit a36e9472a0807dc1eb0b88b9df957f1f5485f59c