Skip to content

Commit

Permalink
No OIDC for now
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Dec 7, 2024
1 parent d5b5f2b commit 92ea2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/drizzle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function getToken() {
const signer = new DsqlSigner({
hostname: process.env.DB_CLUSTER_ENDPOINT!,
region: 'us-east-1',
...credentials,
// ...credentials,
});

const token = await signer.getDbConnectAdminAuthToken();
Expand Down

0 comments on commit 92ea2f6

Please sign in to comment.