Add oidc authProvider handling to kubernetes frontend plugin

Signed-off-by: Daniel Bravo <dbravo@vmware.com>
This commit is contained in:
Daniel Bravo
2022-05-02 15:46:00 -05:00
parent d2c5a32323
commit 2f50c323fb
10 changed files with 191 additions and 11 deletions
+3
View File
@@ -30,6 +30,9 @@ import { Entity } from '@backstage/catalog-model';
export interface KubernetesRequestBody {
auth?: {
google: string;
};
oidc?: {
[key: string]: string;
};
entity: Entity;