integrators can add strategies
Due to the loosened wire format, now integrators have the opportunity to define arbitrary contracts between the front- and back-end when dealing with customized Kubernetes auth setups. Signed-off-by: Jamie Klassen <jklassen@vmware.com>
This commit is contained in:
@@ -33,13 +33,7 @@ import {
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
|
||||
/** @public */
|
||||
export interface KubernetesRequestAuth {
|
||||
google?: string;
|
||||
aks?: string;
|
||||
oidc?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
}
|
||||
export type KubernetesRequestAuth = JsonObject;
|
||||
|
||||
/** @public */
|
||||
export interface CustomResourceMatcher {
|
||||
|
||||
Reference in New Issue
Block a user