Skip to content

Commit 78d5239

Browse files
committed
Adding encrypted Glue catalog connections to test environment. #413
1 parent 91b6f49 commit 78d5239

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

cloudformation/databases.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,20 @@ Resources:
358358
PASSWORD:
359359
Ref: DatabasesPassword
360360
Name: aws-data-wrangler-mysql
361+
GlueCatalogSettings:
362+
Type: AWS::Glue::DataCatalogEncryptionSettings
363+
Properties:
364+
CatalogId:
365+
Ref: AWS::AccountId
366+
DataCatalogEncryptionSettings:
367+
ConnectionPasswordEncryption:
368+
KmsKeyId:
369+
Fn::ImportValue: aws-data-wrangler-base-KmsKeyArn
370+
ReturnConnectionPasswordEncrypted: true
371+
EncryptionAtRest:
372+
CatalogEncryptionMode: SSE-KMS
373+
SseAwsKmsKeyId:
374+
Fn::ImportValue: aws-data-wrangler-base-KmsKeyArn
361375
Outputs:
362376
DatabasesPassword:
363377
Value:

0 commit comments

Comments
 (0)