Enabled a way to include custom auth metadata info on the clusters endpoint
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
This commit is contained in:
@@ -151,6 +151,7 @@ export interface AuthenticationStrategy {
|
||||
authConfig: KubernetesRequestAuth,
|
||||
): Promise<KubernetesCredential>;
|
||||
validateCluster(authMetadata: AuthMetadata): Error[];
|
||||
presentAuthMetadata(authMetadata: AuthMetadata): AuthMetadata;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user