Merge pull request #4228 from backjo/feature/AwsIamAuthForKubernetes
feature: add aws iam auth translator for kubernetes
This commit is contained in:
Vendored
+2
-2
@@ -35,11 +35,11 @@ export interface Config {
|
||||
/**
|
||||
* @visibility secret
|
||||
*/
|
||||
serviceAccountToken: string;
|
||||
serviceAccountToken: string | undefined;
|
||||
/**
|
||||
* @visibility frontend
|
||||
*/
|
||||
authProvider: 'serviceAccount';
|
||||
authProvider: 'aws' | 'google' | 'serviceAccount';
|
||||
}[];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user