Skip to content

Commit

Permalink
OPHYK-214 Use a separate generated secret for varda rekisterointi dat…
Browse files Browse the repository at this point in the history
…abase
  • Loading branch information
tsu committed Dec 23, 2024
1 parent 5ff7d9e commit b5908cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/src/cdk-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class VardRekisterointiDatabaseStack extends cdk.Stack {
engine: rds.DatabaseClusterEngine.auroraPostgres({
version: rds.AuroraPostgresEngineVersion.VER_15_7,
}),
credentials: rds.Credentials.fromGeneratedSecret("organisaatio", {
credentials: rds.Credentials.fromGeneratedSecret("vardarekisterointi", {
secretName: "DatabaseSecret",
}),
storageType: rds.DBClusterStorageType.AURORA,
Expand Down

0 comments on commit b5908cd

Please sign in to comment.