mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
175dc57a3b
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
6 lines
289 B
Go
6 lines
289 B
Go
// Package cel provides a safe, sandboxed CEL (Common Expression Language)
|
|
// environment for policy evaluation, claim mapping, and token customization
|
|
// in Dex. It includes cost budgets, Kubernetes-grade compatibility guarantees,
|
|
// and a curated set of extension libraries.
|
|
package cel
|