diff --git a/install/crd/authorino.kuadrant.io_authconfigs.yaml b/install/crd/authorino.kuadrant.io_authconfigs.yaml index be3a33bb..4f963ca4 100644 --- a/install/crd/authorino.kuadrant.io_authconfigs.yaml +++ b/install/crd/authorino.kuadrant.io_authconfigs.yaml @@ -2804,6 +2804,9 @@ spec: dynamically resolve to one from the Authorization JSON. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- diff --git a/install/manifests.yaml b/install/manifests.yaml index 85db028c..cd566bda 100644 --- a/install/manifests.yaml +++ b/install/manifests.yaml @@ -3112,6 +3112,9 @@ spec: dynamically resolve to one from the Authorization JSON. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |-