Add oidc authProvider to kubernetes-backend plugin
Signed-off-by: Daniel Bravo <dbravo@vmware.com>
This commit is contained in:
@@ -30,7 +30,7 @@ import { Entity } from '@backstage/catalog-model';
|
||||
|
||||
export interface KubernetesRequestBody {
|
||||
auth?: {
|
||||
google?: string;
|
||||
[key: string]: string;
|
||||
};
|
||||
entity: Entity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user