diff --git a/bundle/manifests/authorino-operator.clusterserviceversion.yaml b/bundle/manifests/authorino-operator.clusterserviceversion.yaml
index dd80ebb..8f70337 100644
--- a/bundle/manifests/authorino-operator.clusterserviceversion.yaml
+++ b/bundle/manifests/authorino-operator.clusterserviceversion.yaml
@@ -83,7 +83,7 @@ metadata:
     capabilities: Basic Install
     categories: Integration & Delivery
     containerImage: quay.io/kuadrant/authorino-operator:latest
-    createdAt: "2024-11-14T11:17:40Z"
+    createdAt: "2024-11-19T15:52:57Z"
     operators.operatorframework.io/builder: operator-sdk-v1.32.0
     operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
     repository: https://github.com/Kuadrant/authorino-operator
diff --git a/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml b/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml
index d46d98b..ea01a64 100644
--- a/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml
+++ b/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml
@@ -2721,6 +2721,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -2776,6 +2779,9 @@ spec:
                       additionalProperties:
                         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: |-
@@ -2858,6 +2864,9 @@ spec:
                       additionalProperties:
                         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: |-
@@ -2881,6 +2890,9 @@ spec:
                         Use this method when authentication is performed beforehand by a proxy and the resulting object passed to Authorino as JSON in the auth request.
                       properties:
                         expression:
+                          description: |-
+                            A Common Expression Language (CEL) expression that evaluates to a value that represents an identity.
+                            String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                           type: string
                         selector:
                           description: |-
@@ -2955,6 +2967,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -3065,6 +3080,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -3105,6 +3123,9 @@ spec:
                                 Use '*' for all API groups.
                               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: |-
@@ -3122,6 +3143,9 @@ spec:
                                 Omit it to check for authorization on all resources of the specified kind.
                               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: |-
@@ -3138,6 +3162,9 @@ spec:
                                 on the resource.
                               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: |-
@@ -3155,6 +3182,9 @@ spec:
                                 Use '*' for all resource kinds.
                               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: |-
@@ -3170,6 +3200,9 @@ spec:
                               description: Subresource kind
                               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: |-
@@ -3187,6 +3220,9 @@ spec:
                                 Use '*' for all verbs.
                               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: |-
@@ -3205,6 +3241,9 @@ spec:
                             Omit it to check for group authorization only.
                           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: |-
@@ -3246,6 +3285,9 @@ spec:
                                 Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used).
                               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: |-
@@ -3261,6 +3303,9 @@ spec:
                               additionalProperties:
                                 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: |-
@@ -3322,6 +3367,9 @@ spec:
                               additionalProperties:
                                 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: |-
@@ -3431,6 +3479,9 @@ spec:
                                 E.g. https://ext-auth-server.io/metadata?p={request.path}
                               type: string
                             urlExpression:
+                              description: |-
+                                A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call.
+                                String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                               type: string
                           type: object
                         rego:
@@ -3499,6 +3550,9 @@ spec:
                                 description: Reference to a named set of pattern expressions
                                 type: string
                               predicate:
+                                description: |-
+                                  A Common Expression Language (CEL) expression that evaluates to a boolean.
+                                  String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                                 type: string
                               selector:
                                 description: |-
@@ -3539,6 +3593,9 @@ spec:
                             which to execute the check.
                           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: |-
@@ -3557,6 +3614,9 @@ spec:
                             kind:
                               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: |-
@@ -3571,6 +3631,9 @@ spec:
                             name:
                               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: |-
@@ -3607,6 +3670,9 @@ spec:
                             kind:
                               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: |-
@@ -3621,6 +3687,9 @@ spec:
                             name:
                               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: |-
@@ -3696,6 +3765,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -3729,6 +3801,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -3758,6 +3833,9 @@ spec:
                             Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used).
                           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: |-
@@ -3773,6 +3851,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -3834,6 +3915,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -3939,6 +4023,9 @@ spec:
                             E.g. https://ext-auth-server.io/metadata?p={request.path}
                           type: string
                         urlExpression:
+                          description: |-
+                            A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call.
+                            String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                           type: string
                       type: object
                     metrics:
@@ -3988,6 +4075,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -4043,6 +4133,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -4072,6 +4165,9 @@ spec:
                             Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used).
                           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: |-
@@ -4087,6 +4183,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -4148,6 +4247,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -4253,6 +4355,9 @@ spec:
                             E.g. https://ext-auth-server.io/metadata?p={request.path}
                           type: string
                         urlExpression:
+                          description: |-
+                            A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call.
+                            String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                           type: string
                       type: object
                     metrics:
@@ -4363,6 +4468,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -4451,6 +4559,9 @@ spec:
                                     The resolved key must be unique within the scope of this particular config.
                                   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: |-
@@ -4480,6 +4591,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4509,6 +4623,9 @@ spec:
                               description: Plain text content
                               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: |-
@@ -4587,6 +4704,9 @@ spec:
                                       expressions
                                     type: string
                                   predicate:
+                                    description: |-
+                                      A Common Expression Language (CEL) expression that evaluates to a boolean.
+                                      String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                                     type: string
                                   selector:
                                     description: |-
@@ -4608,6 +4728,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4697,6 +4820,9 @@ spec:
                                     The resolved key must be unique within the scope of this particular config.
                                   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: |-
@@ -4726,6 +4852,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4755,6 +4884,9 @@ spec:
                               description: Plain text content
                               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: |-
@@ -4833,6 +4965,9 @@ spec:
                                       expressions
                                     type: string
                                   predicate:
+                                    description: |-
+                                      A Common Expression Language (CEL) expression that evaluates to a boolean.
+                                      String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                                     type: string
                                   selector:
                                     description: |-
@@ -4854,6 +4989,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4927,6 +5065,9 @@ spec:
                           body.
                         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: |-
@@ -4949,6 +5090,9 @@ spec:
                         additionalProperties:
                           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: |-
@@ -4967,6 +5111,9 @@ spec:
                         description: HTTP message to override the default denial message.
                         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: |-
@@ -4990,6 +5137,9 @@ spec:
                           body.
                         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: |-
@@ -5012,6 +5162,9 @@ spec:
                         additionalProperties:
                           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: |-
@@ -5030,6 +5183,9 @@ spec:
                         description: HTTP message to override the default denial message.
                         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: |-
@@ -5103,6 +5259,9 @@ spec:
                       description: Reference to a named set of pattern expressions
                       type: string
                     predicate:
+                      description: |-
+                        A Common Expression Language (CEL) expression that evaluates to a boolean.
+                        String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                       type: string
                     selector:
                       description: |-
diff --git a/charts/authorino-operator/templates/manifests.yaml b/charts/authorino-operator/templates/manifests.yaml
index dbfc7ab..bd244cf 100644
--- a/charts/authorino-operator/templates/manifests.yaml
+++ b/charts/authorino-operator/templates/manifests.yaml
@@ -2720,6 +2720,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -2775,6 +2778,9 @@ spec:
                       additionalProperties:
                         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: |-
@@ -2857,6 +2863,9 @@ spec:
                       additionalProperties:
                         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: |-
@@ -2880,6 +2889,9 @@ spec:
                         Use this method when authentication is performed beforehand by a proxy and the resulting object passed to Authorino as JSON in the auth request.
                       properties:
                         expression:
+                          description: |-
+                            A Common Expression Language (CEL) expression that evaluates to a value that represents an identity.
+                            String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                           type: string
                         selector:
                           description: |-
@@ -2954,6 +2966,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -3064,6 +3079,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -3104,6 +3122,9 @@ spec:
                                 Use '*' for all API groups.
                               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: |-
@@ -3121,6 +3142,9 @@ spec:
                                 Omit it to check for authorization on all resources of the specified kind.
                               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: |-
@@ -3137,6 +3161,9 @@ spec:
                                 on the resource.
                               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: |-
@@ -3154,6 +3181,9 @@ spec:
                                 Use '*' for all resource kinds.
                               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: |-
@@ -3169,6 +3199,9 @@ spec:
                               description: Subresource kind
                               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: |-
@@ -3186,6 +3219,9 @@ spec:
                                 Use '*' for all verbs.
                               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: |-
@@ -3204,6 +3240,9 @@ spec:
                             Omit it to check for group authorization only.
                           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: |-
@@ -3245,6 +3284,9 @@ spec:
                                 Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used).
                               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: |-
@@ -3260,6 +3302,9 @@ spec:
                               additionalProperties:
                                 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: |-
@@ -3321,6 +3366,9 @@ spec:
                               additionalProperties:
                                 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: |-
@@ -3430,6 +3478,9 @@ spec:
                                 E.g. https://ext-auth-server.io/metadata?p={request.path}
                               type: string
                             urlExpression:
+                              description: |-
+                                A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call.
+                                String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                               type: string
                           type: object
                         rego:
@@ -3498,6 +3549,9 @@ spec:
                                 description: Reference to a named set of pattern expressions
                                 type: string
                               predicate:
+                                description: |-
+                                  A Common Expression Language (CEL) expression that evaluates to a boolean.
+                                  String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                                 type: string
                               selector:
                                 description: |-
@@ -3538,6 +3592,9 @@ spec:
                             which to execute the check.
                           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: |-
@@ -3556,6 +3613,9 @@ spec:
                             kind:
                               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: |-
@@ -3570,6 +3630,9 @@ spec:
                             name:
                               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: |-
@@ -3606,6 +3669,9 @@ spec:
                             kind:
                               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: |-
@@ -3620,6 +3686,9 @@ spec:
                             name:
                               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: |-
@@ -3695,6 +3764,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -3728,6 +3800,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -3757,6 +3832,9 @@ spec:
                             Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used).
                           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: |-
@@ -3772,6 +3850,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -3833,6 +3914,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -3938,6 +4022,9 @@ spec:
                             E.g. https://ext-auth-server.io/metadata?p={request.path}
                           type: string
                         urlExpression:
+                          description: |-
+                            A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call.
+                            String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                           type: string
                       type: object
                     metrics:
@@ -3987,6 +4074,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -4042,6 +4132,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -4071,6 +4164,9 @@ spec:
                             Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used).
                           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: |-
@@ -4086,6 +4182,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -4147,6 +4246,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -4252,6 +4354,9 @@ spec:
                             E.g. https://ext-auth-server.io/metadata?p={request.path}
                           type: string
                         urlExpression:
+                          description: |-
+                            A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call.
+                            String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                           type: string
                       type: object
                     metrics:
@@ -4362,6 +4467,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -4450,6 +4558,9 @@ spec:
                                     The resolved key must be unique within the scope of this particular config.
                                   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: |-
@@ -4479,6 +4590,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4508,6 +4622,9 @@ spec:
                               description: Plain text content
                               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: |-
@@ -4586,6 +4703,9 @@ spec:
                                       expressions
                                     type: string
                                   predicate:
+                                    description: |-
+                                      A Common Expression Language (CEL) expression that evaluates to a boolean.
+                                      String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                                     type: string
                                   selector:
                                     description: |-
@@ -4607,6 +4727,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4696,6 +4819,9 @@ spec:
                                     The resolved key must be unique within the scope of this particular config.
                                   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: |-
@@ -4725,6 +4851,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4754,6 +4883,9 @@ spec:
                               description: Plain text content
                               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: |-
@@ -4832,6 +4964,9 @@ spec:
                                       expressions
                                     type: string
                                   predicate:
+                                    description: |-
+                                      A Common Expression Language (CEL) expression that evaluates to a boolean.
+                                      String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                                     type: string
                                   selector:
                                     description: |-
@@ -4853,6 +4988,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4926,6 +5064,9 @@ spec:
                           body.
                         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: |-
@@ -4948,6 +5089,9 @@ spec:
                         additionalProperties:
                           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: |-
@@ -4966,6 +5110,9 @@ spec:
                         description: HTTP message to override the default denial message.
                         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: |-
@@ -4989,6 +5136,9 @@ spec:
                           body.
                         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: |-
@@ -5011,6 +5161,9 @@ spec:
                         additionalProperties:
                           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: |-
@@ -5029,6 +5182,9 @@ spec:
                         description: HTTP message to override the default denial message.
                         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: |-
@@ -5102,6 +5258,9 @@ spec:
                       description: Reference to a named set of pattern expressions
                       type: string
                     predicate:
+                      description: |-
+                        A Common Expression Language (CEL) expression that evaluates to a boolean.
+                        String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                       type: string
                     selector:
                       description: |-
diff --git a/config/deploy/manifests.yaml b/config/deploy/manifests.yaml
index 23614ed..028c6af 100644
--- a/config/deploy/manifests.yaml
+++ b/config/deploy/manifests.yaml
@@ -2727,6 +2727,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -2782,6 +2785,9 @@ spec:
                       additionalProperties:
                         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: |-
@@ -2864,6 +2870,9 @@ spec:
                       additionalProperties:
                         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: |-
@@ -2887,6 +2896,9 @@ spec:
                         Use this method when authentication is performed beforehand by a proxy and the resulting object passed to Authorino as JSON in the auth request.
                       properties:
                         expression:
+                          description: |-
+                            A Common Expression Language (CEL) expression that evaluates to a value that represents an identity.
+                            String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                           type: string
                         selector:
                           description: |-
@@ -2961,6 +2973,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -3071,6 +3086,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -3111,6 +3129,9 @@ spec:
                                 Use '*' for all API groups.
                               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: |-
@@ -3128,6 +3149,9 @@ spec:
                                 Omit it to check for authorization on all resources of the specified kind.
                               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: |-
@@ -3144,6 +3168,9 @@ spec:
                                 on the resource.
                               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: |-
@@ -3161,6 +3188,9 @@ spec:
                                 Use '*' for all resource kinds.
                               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: |-
@@ -3176,6 +3206,9 @@ spec:
                               description: Subresource kind
                               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: |-
@@ -3193,6 +3226,9 @@ spec:
                                 Use '*' for all verbs.
                               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: |-
@@ -3211,6 +3247,9 @@ spec:
                             Omit it to check for group authorization only.
                           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: |-
@@ -3252,6 +3291,9 @@ spec:
                                 Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used).
                               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: |-
@@ -3267,6 +3309,9 @@ spec:
                               additionalProperties:
                                 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: |-
@@ -3328,6 +3373,9 @@ spec:
                               additionalProperties:
                                 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: |-
@@ -3437,6 +3485,9 @@ spec:
                                 E.g. https://ext-auth-server.io/metadata?p={request.path}
                               type: string
                             urlExpression:
+                              description: |-
+                                A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call.
+                                String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                               type: string
                           type: object
                         rego:
@@ -3505,6 +3556,9 @@ spec:
                                 description: Reference to a named set of pattern expressions
                                 type: string
                               predicate:
+                                description: |-
+                                  A Common Expression Language (CEL) expression that evaluates to a boolean.
+                                  String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                                 type: string
                               selector:
                                 description: |-
@@ -3545,6 +3599,9 @@ spec:
                             which to execute the check.
                           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: |-
@@ -3563,6 +3620,9 @@ spec:
                             kind:
                               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: |-
@@ -3577,6 +3637,9 @@ spec:
                             name:
                               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: |-
@@ -3613,6 +3676,9 @@ spec:
                             kind:
                               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: |-
@@ -3627,6 +3693,9 @@ spec:
                             name:
                               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: |-
@@ -3702,6 +3771,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -3735,6 +3807,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -3764,6 +3839,9 @@ spec:
                             Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used).
                           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: |-
@@ -3779,6 +3857,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -3840,6 +3921,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -3945,6 +4029,9 @@ spec:
                             E.g. https://ext-auth-server.io/metadata?p={request.path}
                           type: string
                         urlExpression:
+                          description: |-
+                            A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call.
+                            String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                           type: string
                       type: object
                     metrics:
@@ -3994,6 +4081,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -4049,6 +4139,9 @@ spec:
                             The resolved key must be unique within the scope of this particular config.
                           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: |-
@@ -4078,6 +4171,9 @@ spec:
                             Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used).
                           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: |-
@@ -4093,6 +4189,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -4154,6 +4253,9 @@ spec:
                           additionalProperties:
                             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: |-
@@ -4259,6 +4361,9 @@ spec:
                             E.g. https://ext-auth-server.io/metadata?p={request.path}
                           type: string
                         urlExpression:
+                          description: |-
+                            A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call.
+                            String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                           type: string
                       type: object
                     metrics:
@@ -4369,6 +4474,9 @@ spec:
                             description: Reference to a named set of pattern expressions
                             type: string
                           predicate:
+                            description: |-
+                              A Common Expression Language (CEL) expression that evaluates to a boolean.
+                              String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                             type: string
                           selector:
                             description: |-
@@ -4457,6 +4565,9 @@ spec:
                                     The resolved key must be unique within the scope of this particular config.
                                   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: |-
@@ -4486,6 +4597,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4515,6 +4629,9 @@ spec:
                               description: Plain text content
                               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: |-
@@ -4593,6 +4710,9 @@ spec:
                                       expressions
                                     type: string
                                   predicate:
+                                    description: |-
+                                      A Common Expression Language (CEL) expression that evaluates to a boolean.
+                                      String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                                     type: string
                                   selector:
                                     description: |-
@@ -4614,6 +4734,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4703,6 +4826,9 @@ spec:
                                     The resolved key must be unique within the scope of this particular config.
                                   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: |-
@@ -4732,6 +4858,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4761,6 +4890,9 @@ spec:
                               description: Plain text content
                               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: |-
@@ -4839,6 +4971,9 @@ spec:
                                       expressions
                                     type: string
                                   predicate:
+                                    description: |-
+                                      A Common Expression Language (CEL) expression that evaluates to a boolean.
+                                      String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                                     type: string
                                   selector:
                                     description: |-
@@ -4860,6 +4995,9 @@ spec:
                                   additionalProperties:
                                     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: |-
@@ -4933,6 +5071,9 @@ spec:
                           body.
                         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: |-
@@ -4955,6 +5096,9 @@ spec:
                         additionalProperties:
                           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: |-
@@ -4973,6 +5117,9 @@ spec:
                         description: HTTP message to override the default denial message.
                         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: |-
@@ -4996,6 +5143,9 @@ spec:
                           body.
                         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: |-
@@ -5018,6 +5168,9 @@ spec:
                         additionalProperties:
                           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: |-
@@ -5036,6 +5189,9 @@ spec:
                         description: HTTP message to override the default denial message.
                         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: |-
@@ -5109,6 +5265,9 @@ spec:
                       description: Reference to a named set of pattern expressions
                       type: string
                     predicate:
+                      description: |-
+                        A Common Expression Language (CEL) expression that evaluates to a boolean.
+                        String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings).
                       type: string
                     selector:
                       description: |-
diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml
index af27306..cd47bd9 100644
--- a/config/manager/manager.yaml
+++ b/config/manager/manager.yaml
@@ -18,44 +18,44 @@ spec:
       securityContext:
         runAsNonRoot: true
       containers:
-      - command:
-        - /manager
-        env:
-        - name: RELATED_IMAGE_AUTHORINO
-          value: quay.io/kuadrant/authorino:latest
-        args:
-        - --leader-elect
-        image: controller:latest
-        name: manager
-        securityContext:
-          allowPrivilegeEscalation: false
-          capabilities:
-            drop:
-              - ALL
-          readOnlyRootFilesystem: true
-          seccompProfile:
-            type: RuntimeDefault
-        ports:
-        - name: metrics
-          containerPort: 8080
-        livenessProbe:
-          httpGet:
-            path: /healthz
-            port: 8081
-          initialDelaySeconds: 15
-          periodSeconds: 20
-        readinessProbe:
-          httpGet:
-            path: /readyz
-            port: 8081
-          initialDelaySeconds: 5
-          periodSeconds: 10
-        resources:
-          limits:
-            cpu: 200m
-            memory: 300Mi
-          requests:
-            cpu: 200m
-            memory: 200Mi
+        - command:
+            - /manager
+          env:
+            - name: RELATED_IMAGE_AUTHORINO
+              value: quay.io/kuadrant/authorino:latest
+          args:
+            - --leader-elect
+          image: controller:latest
+          name: manager
+          securityContext:
+            allowPrivilegeEscalation: false
+            capabilities:
+              drop:
+                - ALL
+            readOnlyRootFilesystem: true
+            seccompProfile:
+              type: RuntimeDefault
+          ports:
+            - name: metrics
+              containerPort: 8080
+          livenessProbe:
+            httpGet:
+              path: /healthz
+              port: 8081
+            initialDelaySeconds: 15
+            periodSeconds: 20
+          readinessProbe:
+            httpGet:
+              path: /readyz
+              port: 8081
+            initialDelaySeconds: 5
+            periodSeconds: 10
+          resources:
+            limits:
+              cpu: 200m
+              memory: 300Mi
+            requests:
+              cpu: 200m
+              memory: 200Mi
       serviceAccountName: authorino-operator
       terminationGracePeriodSeconds: 10