Merge pull request #11328 from dbravovmw/kubernetes-oidc-auth
Add generic OIDC as a Kubernetes auth provider
This commit is contained in:
@@ -195,6 +195,9 @@ export interface KubernetesRequestBody {
|
||||
// (undocumented)
|
||||
auth?: {
|
||||
google?: string;
|
||||
oidc?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
};
|
||||
// (undocumented)
|
||||
entity: Entity;
|
||||
|
||||
@@ -31,6 +31,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