Skip to content

Commit

Permalink
simplify the database user password
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurtaugh committed Jun 7, 2024
1 parent a74bc62 commit cbc1c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Resources:
GenerateSecretString:
SecretStringTemplate: '{"username": "canvas"}'
GenerateStringKey: password
PasswordLength: 16
ExcludeCharacters: ":\"'@/\\"
PasswordLength: 24
ExcludePunctuation: true
KmsKeyId: !Ref KmsKey

DatabaseSubnetGroup:
Expand Down

0 comments on commit cbc1c8a

Please sign in to comment.