Skip to content

Commit

Permalink
Merge branch 'main' into go-build-breaks-with-space
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 3, 2024
2 parents 5826ca9 + 669e6ff commit 1b4f978
Show file tree
Hide file tree
Showing 19 changed files with 2,315 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@
"Auth": [
{
"AuthScheme": "SECRETS",
"ClientPasswordAuthType": "POSTGRES_SCRAM_SHA_256",
"IAMAuth": "DISABLED",
"SecretArn": {
"Ref": "dbInstanceSecretAttachment88CFBDAE"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ new rds.DatabaseProxy(stack, 'dbProxy', {
secrets: [dbInstance.secret!],
proxyTarget: rds.ProxyTarget.fromInstance(dbInstance),
vpc,
clientPasswordAuthType: rds.ClientPasswordAuthType.POSTGRES_SCRAM_SHA_256,
});

const cluster = new rds.DatabaseCluster(stack, 'dbCluster', {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b4f978

Please sign in to comment.