Skip to content

Commit

Permalink
Exclude characters from password generation
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jul 5, 2024
1 parent a101ae0 commit ad00eb2
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 ad00eb2

Please sign in to comment.