fix: add missing googleServiceAccount auth provider in config schema
Signed-off-by: Shardul Srivastava <shardul.srivastava007@gmail.com>
This commit is contained in:
+2
-1
@@ -47,7 +47,8 @@ export interface Config {
|
||||
| 'google'
|
||||
| 'serviceAccount'
|
||||
| 'azure'
|
||||
| 'oidc';
|
||||
| 'oidc'
|
||||
| 'googleServiceAccount';
|
||||
/** @visibility frontend */
|
||||
oidcTokenProvider?: string;
|
||||
/** @visibility frontend */
|
||||
|
||||
Reference in New Issue
Block a user