Add a googleServiceAccountCredentials json config. Uses the credentials if present else fallback to default application credentials
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
This commit is contained in:
+7
@@ -98,6 +98,13 @@ export interface Config {
|
||||
plural: string;
|
||||
}>;
|
||||
|
||||
/**
|
||||
* (Optional) Google Service Account credentials for authentication
|
||||
* JSON string containing the service account key
|
||||
* @visibility secret
|
||||
*/
|
||||
googleServiceAccountCredentials?: string;
|
||||
|
||||
/**
|
||||
* (Optional) API Version Overrides
|
||||
* If set, the specified api version will be used to make requests for the corresponding object.
|
||||
|
||||
Reference in New Issue
Block a user