From cbc1c8acfcc14286a070488ad01a6808958e56c5 Mon Sep 17 00:00:00 2001 From: Colin Murtaugh Date: Fri, 7 Jun 2024 14:21:58 -0400 Subject: [PATCH] simplify the database user password --- template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.yaml b/template.yaml index c810d19..b19bffb 100644 --- a/template.yaml +++ b/template.yaml @@ -59,8 +59,8 @@ Resources: GenerateSecretString: SecretStringTemplate: '{"username": "canvas"}' GenerateStringKey: password - PasswordLength: 16 - ExcludeCharacters: ":\"'@/\\" + PasswordLength: 24 + ExcludePunctuation: true KmsKeyId: !Ref KmsKey DatabaseSubnetGroup: