mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-27 16:07:01 +00:00
Pass masterkey in connection string mode (#572)
This commit is contained in:
parent
c7ba5de90d
commit
95f4653647
@ -122,6 +122,7 @@ function configureHostedWithConnectionString(config: ConnectionString, explorerP
|
||||
authType: AuthType.EncryptedToken,
|
||||
accessToken: encodeURIComponent(config.encryptedToken),
|
||||
databaseAccount,
|
||||
masterKey: config.masterKey,
|
||||
});
|
||||
const explorer = new Explorer(explorerParams);
|
||||
explorer.configure({
|
||||
|
Loading…
Reference in New Issue
Block a user