Skip to content

Commit

Permalink
Exclude illegal chars from rds creds
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Feb 28, 2025
1 parent ea41bb3 commit b1740b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/aws-cdk/lib/forms-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class FormsPlatformStack extends cdk.Stack {
generateSecretString: {
secretStringTemplate: JSON.stringify({ username: 'postgres' }),
generateStringKey: 'password',
excludeCharacters: '/@" ',
},
});

Expand Down

0 comments on commit b1740b5

Please sign in to comment.