Skip to content

Commit

Permalink
Add review kubernetes auth token RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
HomayoonAlimohammadi committed Nov 28, 2024
1 parent cb4e4b1 commit 989e06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/api/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (e *Endpoints) Endpoints() []rest.Endpoint {
},
{
Name: "KubernetesAuthWebhook",
Path: "kubernetes/auth/webhook",
Path: apiv1.ReviewKubernetesAuthTokenRPC,
Post: rest.EndpointAction{Handler: e.postKubernetesAuthWebhook, AllowUntrusted: true},
},
// ClusterAPI management endpoints.
Expand Down

0 comments on commit 989e06f

Please sign in to comment.