Skip to content

Commit

Permalink
Exclude colon from password
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jun 15, 2024
1 parent 5c630fc commit 9a9b066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Resources:
SecretStringTemplate: '{"username": "app_user"}'
GenerateStringKey: password
PasswordLength: 30
ExcludeCharacters: '"@/\'
ExcludeCharacters: '"@/\:'

DbCluster:
Type: AWS::RDS::DBCluster
Expand Down

0 comments on commit 9a9b066

Please sign in to comment.