Skip to content

Commit

Permalink
fix: api terminus version disable authn
Browse files Browse the repository at this point in the history
  • Loading branch information
hysyeah committed Dec 11, 2024
1 parent 223b7d3 commit c79a035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apiserver/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func (h *Handler) authenticate(req *restful.Request, resp *restful.Response, cha
"/app-service/v1/pods/kubelet/eviction",
"/app-service/v1/workflow/inject",
"/app-service/v1/runasuser/inject",
"/app-service/v1/terminus/version",
}

needAuth := true
Expand Down

0 comments on commit c79a035

Please sign in to comment.