Backend supports AKS auth provider
Signed-off-by: Jamie Klassen <jklassen@vmware.com>
This commit is contained in:
@@ -35,6 +35,7 @@ import { Entity } from '@backstage/catalog-model';
|
||||
/** @public */
|
||||
export interface KubernetesRequestAuth {
|
||||
google?: string;
|
||||
aks?: string;
|
||||
oidc?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user