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
The existing Kubernetes examples in the drop-down are really nice, but CEL is supported in multiple contexts in Kubernetes, which have their own distinct inputs, documentation, and expected return types:
We have a PR about to merge which will cover some of these use cases. The PR introduces support for ValidatingAdmissionPolicy (except parameters) and the Admission Webhooks.
Feature Description
The existing Kubernetes examples in the drop-down are really nice, but CEL is supported in multiple contexts in Kubernetes, which have their own distinct inputs, documentation, and expected return types:
self
/oldSelf
variables contain dataobject
/oldObject
variables contain data,request...
,params
,namespaceObject
variables contain metadata,authorizer
variable allows access to authorization functionsclaims
variable contains claim data for validation (boolean return value) or extracting (string / string array return value, depending on the context)user
variable contains user info for validationrequest
variable contains SubjectAccessReview dataThe existing examples could be even more useful with some additions:
The text was updated successfully, but these errors were encountered: