Add oidc authProvider to kubernetes-backend plugin

Signed-off-by: Daniel Bravo <dbravo@vmware.com>
This commit is contained in:
Daniel Bravo
2022-04-30 09:30:38 -05:00
parent 1ef98cfe48
commit d2c5a32323
8 changed files with 139 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ import { Entity } from '@backstage/catalog-model';
export interface KubernetesRequestBody {
auth?: {
google?: string;
[key: string]: string;
};
entity: Entity;
}