PrivateServiceConnectUris
| Default Value | Data Type | Required |
|---|---|---|
| None | String | No |
Description
A comma-separated list of base URIs to substitute when accessing Private Service Connect URLs. The following are valid URIs:
-
ACCOUNTS: The baseline accounts service URI, used only for interactive authentication (OAuthTypevalue3). The default value is:https://accounts.google.com. -
OAUTH2: The baseline OAuth 2.0 service URI, used to retrieve access tokens for OAuth 2.0 authentication flows. The default value is:https://oauth2.googleapis.com. -
STS: The baseline security token service, used to retrieve access tokens for External Account Authentication flows. The default value is:https://sts.googleapis.com. -
BIGQUERY: The baseline Database REST API service, used to interface with the Database data source, via the REST API. The default value is:https://bigquery.googleapis.com. -
READ_API: The host and port required to access the Database Storage Read API service, used to read data from tables via the Storage Read API. The default value is:bigquerystorage.googleapis.com:443.
For example:
ACCOUNTS=https://accounts-<myprivateserver>.p.googleapis.com
For example:
OAUTH2=https://oauth2-<myprivateserver>.p.googleapis.com
For example:
STS=https://sts-<myprivateserver>.p.googleapis.com
For example:
BIGQUERY=https://bigquery-<myprivateserver>.p.googleapis.com
For example:
READ_API=bigquerystorage-<myprivateserver>.p.googleapis.com:443
Note:
The format must be [Host]:[Port], with no protocol specifier or URL components.
Note:
- When
OAuthType=0, the connector prioritizes theOAUTH2URI from the key file specified in theKeyFileorKeyFilePathproperty. In order, the precedence is:KeyFile{_Enc}/KeyFilePath{_Enc}PrivateServiceConnectUris=...,OAUTH2=<YOUR_OAUTH2_URL>,...- Default
- When
OAuthType=4, the connector prioritizes theSTSURI from either the configuration file specified in theKeyFileorKeyFilePathproperty. In order, the precedence is:KeyFile/KeyFilePath{_Enc}PrivateServiceConnectUris=...,STS=<YOUR_STS_URL>,...- Default
- For more information about Private Service Connect, see "Private Service Connect" in the Google Cloud documentation: https://cloud.google.com/vpc/docs/private-service-connect.
- Configuration Options Having Only Key Names on page 1
- Configuring Authentication
- Building the Connection URL