You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authentication is provided by adding a bearer token to allow verification of the caller identity, using the token review API. At the moment, this token review API uses the default service account token as the bearer token.
Page link
https://kyverno.io/docs/writing-policies/external-data-sources/#variables-from-service-calls
Description
The kyverno docs under external service call state that:
However, a token is added to allow verification of the caller identity, using the token review API as seen here:
https://github.com/kyverno/kyverno/blob/main/pkg/engine/apicall/executor.go#L121
Expected behavior
Something along the lines of:
Slack discussion
https://kubernetes.slack.com/archives/CLGR9BJU9/p1721163419677659
The text was updated successfully, but these errors were encountered: