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