Add google credentials to connector config #287
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Feature Description
Provides new configuration fields ConnectorConfig that allow the user to connectors use a specific GoogleCredential. users may set one of these three fields:
Supplier<GoogleCredentials> googleCredentialsSupplier
- a supplier to provide GoogleCredentials instances to the connector.GoogleCredentials googleCredentials
- an instance of GoogleCredentials to use for all requests.String googleCredentialsPath
- path to file containing GoogleCredentials json.Adds a JDBC Connection Property
alloydbGoogleCredentialsPath
to set the googleCredentialsPath field.This is porting GoogleCloudPlatform/cloud-sql-jdbc-socket-factory#1675 to alloydb-java-connector.
The text was updated successfully, but these errors were encountered: