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:
Jamie Klassen
2023-09-11 17:07:11 -04:00
parent e30bd8709d
commit 5d377c9b39
12 changed files with 149 additions and 31 deletions
+1 -7
View File
@@ -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 {