We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd45d18 commit b21a66dCopy full SHA for b21a66d
1 file changed
shared/infra/aws/lib/persistence.ts
@@ -43,7 +43,7 @@ export class Persistence extends Construct {
43
44
var secret = new DatabaseSecret(this, "SharedDBSecret", {
45
username: "postgres",
46
- excludeCharacters: '"@/\\',
+ excludeCharacters: '"@/\\;=\'',
47
});
48
49
// Use DESTROY for dev environments, RETAIN for production
0 commit comments