mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
289 B
5 lines
289 B
// 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
|
|
|