Pass masterkey in connection string mode (#572)

This commit is contained in:
Steve Faulkner 2021-03-19 18:37:13 -05:00 committed by GitHub
parent c7ba5de90d
commit 8bf976026f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ function configureHostedWithConnectionString(config: ConnectionString, explorerP
authType: AuthType.EncryptedToken, authType: AuthType.EncryptedToken,
accessToken: encodeURIComponent(config.encryptedToken), accessToken: encodeURIComponent(config.encryptedToken),
databaseAccount, databaseAccount,
masterKey: config.masterKey,
}); });
const explorer = new Explorer(explorerParams); const explorer = new Explorer(explorerParams);
explorer.configure({ explorer.configure({