mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-20 01:22:47 +01:00
Reword proxy reference in ConnectionString comment
This commit is contained in:
@@ -15,8 +15,8 @@ export interface AAD {
|
|||||||
export interface ConnectionString {
|
export interface ConnectionString {
|
||||||
authType: AuthType.ConnectionString;
|
authType: AuthType.ConnectionString;
|
||||||
// SQL, Tables, and Gremlin sign data-plane requests client-side with the master key and do not need the
|
// SQL, Tables, and Gremlin sign data-plane requests client-side with the master key and do not need the
|
||||||
// Portal Backend proxy, so they carry no encrypted token. Mongo and Cassandra still use the encrypted
|
// backend proxy, so they carry no encrypted token. Mongo and Cassandra still use the encrypted
|
||||||
// token because their operations go through the Portal Backend proxy.
|
// token because their operations go through the backend proxy.
|
||||||
encryptedToken?: string;
|
encryptedToken?: string;
|
||||||
encryptedTokenMetadata: AccessInputMetadata;
|
encryptedTokenMetadata: AccessInputMetadata;
|
||||||
// Master key is used for the client-side signing path (SQL, Tables, Gremlin). Mongo/Cassandra leave it undefined.
|
// Master key is used for the client-side signing path (SQL, Tables, Gremlin). Mongo/Cassandra leave it undefined.
|
||||||
|
|||||||
Reference in New Issue
Block a user