Skip to content

Commit

Permalink
Replace users database reserved username
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jul 2, 2023
1 parent ae5e27a commit 9af5352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cdk/src/providers/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class UsersStack extends cdk.Stack {
secretName: kebabCase(config.getFullStackResourceName(this.name, 'db-credentials')),
generateSecretString: {
secretStringTemplate: JSON.stringify({
username: 'admin',
username: this.name,
dbname: config.getFullStackResourceName(this.name, 'db'),
}),
generateStringKey: 'password',
Expand Down

0 comments on commit 9af5352

Please sign in to comment.