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
It is not possible to use directly the library from the Kubernetes apiserver, since it uses client-go. We need instead to create a new library with the same interface as the k8s one, that uses kw context-aware/callback capabilities under the hood.
The text was updated successfully, but these errors were encountered:
To be compliant with the
ValidatingAdmissionPolicy
CEL environment, we need to add the authorizer library.Acceptance criteria
authorizer
extensions with the same API provided by Kubernetes (see: https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz)Solution you'd like
It is not possible to use directly the library from the Kubernetes apiserver, since it uses client-go. We need instead to create a new library with the same interface as the k8s one, that uses kw context-aware/callback capabilities under the hood.
The text was updated successfully, but these errors were encountered: