diff --git a/build.yaml b/build.yaml new file mode 100644 index 00000000..3717c96f --- /dev/null +++ b/build.yaml @@ -0,0 +1,3 @@ +config: + authorinoImage: quay.io/kuadrant/authorino:v0.19.0 + replaces: authorino-operator.v0.15.0 diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 53e462f3..158b671e 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -5,7 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ LABEL operators.operatorframework.io.bundle.package.v1=authorino-operator -LABEL operators.operatorframework.io.bundle.channels.v1=alpha +LABEL operators.operatorframework.io.bundle.channels.v1=stable +LABEL operators.operatorframework.io.bundle.channel.default.v1=stable LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 diff --git a/bundle/manifests/authorino-operator.clusterserviceversion.yaml b/bundle/manifests/authorino-operator.clusterserviceversion.yaml index c35b6fb8..d95ca5ff 100644 --- a/bundle/manifests/authorino-operator.clusterserviceversion.yaml +++ b/bundle/manifests/authorino-operator.clusterserviceversion.yaml @@ -82,8 +82,8 @@ metadata: ] capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/authorino-operator:latest - createdAt: "2024-11-21T13:37:42Z" + containerImage: quay.io/kuadrant/authorino-operator:v0.15.1 + createdAt: "2024-11-22T14:36:14Z" 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 @@ -94,7 +94,7 @@ metadata: operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported operatorframework.io/os.linux: supported - name: authorino-operator.v0.0.0 + name: authorino-operator.v0.15.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -322,8 +322,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:latest - image: quay.io/kuadrant/authorino-operator:latest + value: quay.io/kuadrant/authorino:v0.19.0 + image: quay.io/kuadrant/authorino-operator:v0.15.1 livenessProbe: httpGet: path: /healthz @@ -426,6 +426,7 @@ spec: provider: name: Red Hat relatedImages: - - image: quay.io/kuadrant/authorino:latest + - image: quay.io/kuadrant/authorino:v0.19.0 name: authorino - version: 0.0.0 + version: 0.15.1 + replaces: authorino-operator.v0.15.0 diff --git a/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml b/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml index 9f58e3d6..d46d98bb 100644 --- a/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml +++ b/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml @@ -2721,9 +2721,6 @@ 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: |- @@ -2779,9 +2776,6 @@ 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,9 +2858,6 @@ 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: |- @@ -2890,9 +2881,6 @@ 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: |- @@ -2967,9 +2955,6 @@ 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: |- @@ -3080,9 +3065,6 @@ 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,32 +3087,10 @@ spec: kubernetesSubjectAccessReview: description: Authorization by Kubernetes SubjectAccessReview properties: - authorizationGroups: - description: Groups to check for existing permission in - the Kubernetes RBAC alternatively to a specific user. - This is typically obtained from a list of groups the user - is a member of. Must be a static list of group names or - dynamically resolve to one from the Authorization JSON. - properties: - expression: - description: |- - A Common Expression Language (CEL) expression that evaluates to a value. - String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). - type: string - selector: - description: |- - Simple path selector to fetch content from the authorization JSON (e.g. 'request.method') or a string template with variables that resolve to patterns (e.g. "Hello, {auth.identity.name}!"). - Any pattern supported by https://pkg.go.dev/github.com/tidwall/gjson can be used. - The following Authorino custom modifiers are supported: @extract:{sep:" ",pos:0}, @replace{old:"",new:""}, @case:upper|lower, @base64:encode|decode and @strip. - type: string - value: - description: Static value - x-kubernetes-preserve-unknown-fields: true - type: object groups: - description: |- - Groups the user must be a member of or, if `user` is omitted, the groups to check for authorization in the Kubernetes RBAC. - Deprecated: Use authorizationGroups instead. + description: Groups the user must be a member of or, if + `user` is omitted, the groups to check for authorization + in the Kubernetes RBAC. items: type: string type: array @@ -3145,9 +3105,6 @@ 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: |- @@ -3165,9 +3122,6 @@ 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: |- @@ -3184,9 +3138,6 @@ 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: |- @@ -3204,9 +3155,6 @@ 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: |- @@ -3222,9 +3170,6 @@ 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: |- @@ -3242,9 +3187,6 @@ 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: |- @@ -3263,9 +3205,6 @@ 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: |- @@ -3307,9 +3246,6 @@ 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: |- @@ -3325,9 +3261,6 @@ 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: |- @@ -3389,9 +3322,6 @@ 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: |- @@ -3501,9 +3431,6 @@ 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: @@ -3572,9 +3499,6 @@ 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: |- @@ -3615,9 +3539,6 @@ 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: |- @@ -3636,9 +3557,6 @@ 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: |- @@ -3653,9 +3571,6 @@ 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: |- @@ -3692,9 +3607,6 @@ 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: |- @@ -3709,9 +3621,6 @@ 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: |- @@ -3787,9 +3696,6 @@ 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: |- @@ -3823,9 +3729,6 @@ 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: |- @@ -3855,9 +3758,6 @@ 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: |- @@ -3873,9 +3773,6 @@ 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: |- @@ -3937,9 +3834,6 @@ 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: |- @@ -4045,9 +3939,6 @@ 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: @@ -4097,9 +3988,6 @@ 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: |- @@ -4155,9 +4043,6 @@ 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: |- @@ -4187,9 +4072,6 @@ 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: |- @@ -4205,9 +4087,6 @@ 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: |- @@ -4269,9 +4148,6 @@ 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: |- @@ -4377,9 +4253,6 @@ 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: @@ -4490,9 +4363,6 @@ 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: |- @@ -4581,9 +4451,6 @@ 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: |- @@ -4613,9 +4480,6 @@ 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: |- @@ -4645,9 +4509,6 @@ 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: |- @@ -4726,9 +4587,6 @@ 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: |- @@ -4750,9 +4608,6 @@ 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: |- @@ -4842,9 +4697,6 @@ 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: |- @@ -4874,9 +4726,6 @@ 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: |- @@ -4906,9 +4755,6 @@ 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: |- @@ -4987,9 +4833,6 @@ 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: |- @@ -5011,9 +4854,6 @@ 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: |- @@ -5087,9 +4927,6 @@ 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: |- @@ -5112,9 +4949,6 @@ 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: |- @@ -5133,9 +4967,6 @@ 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: |- @@ -5159,9 +4990,6 @@ 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: |- @@ -5184,9 +5012,6 @@ 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: |- @@ -5205,9 +5030,6 @@ 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: |- @@ -5281,9 +5103,6 @@ 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/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 61e00619..740f23e5 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -4,7 +4,8 @@ annotations: operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.metadata.v1: metadata/ operators.operatorframework.io.bundle.package.v1: authorino-operator - operators.operatorframework.io.bundle.channels.v1: alpha + operators.operatorframework.io.bundle.channels.v1: stable + operators.operatorframework.io.bundle.channel.default.v1: stable operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 diff --git a/charts/authorino-operator/Chart.yaml b/charts/authorino-operator/Chart.yaml index 9e9d8a19..acb40482 100644 --- a/charts/authorino-operator/Chart.yaml +++ b/charts/authorino-operator/Chart.yaml @@ -18,8 +18,8 @@ sources: kubeVersion: ">=1.19.0-0" type: application # The version will be properly set when the chart is released matching the operator version -version: "0.0.0" -appVersion: "0.0.0" +version: "0.15.1" +appVersion: "0.15.1" maintainers: - email: mcassola@redhat.com name: Guilherme Cassolato diff --git a/charts/authorino-operator/templates/manifests.yaml b/charts/authorino-operator/templates/manifests.yaml index a7863308..3db950b5 100644 --- a/charts/authorino-operator/templates/manifests.yaml +++ b/charts/authorino-operator/templates/manifests.yaml @@ -2720,9 +2720,6 @@ 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: |- @@ -2778,9 +2775,6 @@ 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: |- @@ -2863,9 +2857,6 @@ 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: |- @@ -2889,9 +2880,6 @@ 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: |- @@ -2966,9 +2954,6 @@ 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: |- @@ -3079,9 +3064,6 @@ 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,32 +3086,10 @@ spec: kubernetesSubjectAccessReview: description: Authorization by Kubernetes SubjectAccessReview properties: - authorizationGroups: - description: Groups to check for existing permission in - the Kubernetes RBAC alternatively to a specific user. - This is typically obtained from a list of groups the user - is a member of. Must be a static list of group names or - dynamically resolve to one from the Authorization JSON. - properties: - expression: - description: |- - A Common Expression Language (CEL) expression that evaluates to a value. - String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). - type: string - selector: - description: |- - Simple path selector to fetch content from the authorization JSON (e.g. 'request.method') or a string template with variables that resolve to patterns (e.g. "Hello, {auth.identity.name}!"). - Any pattern supported by https://pkg.go.dev/github.com/tidwall/gjson can be used. - The following Authorino custom modifiers are supported: @extract:{sep:" ",pos:0}, @replace{old:"",new:""}, @case:upper|lower, @base64:encode|decode and @strip. - type: string - value: - description: Static value - x-kubernetes-preserve-unknown-fields: true - type: object groups: - description: |- - Groups the user must be a member of or, if `user` is omitted, the groups to check for authorization in the Kubernetes RBAC. - Deprecated: Use authorizationGroups instead. + description: Groups the user must be a member of or, if + `user` is omitted, the groups to check for authorization + in the Kubernetes RBAC. items: type: string type: array @@ -3144,9 +3104,6 @@ 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: |- @@ -3164,9 +3121,6 @@ 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: |- @@ -3183,9 +3137,6 @@ 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: |- @@ -3203,9 +3154,6 @@ 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: |- @@ -3221,9 +3169,6 @@ 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: |- @@ -3241,9 +3186,6 @@ 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: |- @@ -3262,9 +3204,6 @@ 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: |- @@ -3306,9 +3245,6 @@ 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: |- @@ -3324,9 +3260,6 @@ 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: |- @@ -3388,9 +3321,6 @@ 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: |- @@ -3500,9 +3430,6 @@ 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: @@ -3571,9 +3498,6 @@ 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: |- @@ -3614,9 +3538,6 @@ 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: |- @@ -3635,9 +3556,6 @@ 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: |- @@ -3652,9 +3570,6 @@ 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: |- @@ -3691,9 +3606,6 @@ 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: |- @@ -3708,9 +3620,6 @@ 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: |- @@ -3786,9 +3695,6 @@ 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: |- @@ -3822,9 +3728,6 @@ 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: |- @@ -3854,9 +3757,6 @@ 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: |- @@ -3872,9 +3772,6 @@ 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: |- @@ -3936,9 +3833,6 @@ 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: |- @@ -4044,9 +3938,6 @@ 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: @@ -4096,9 +3987,6 @@ 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: |- @@ -4154,9 +4042,6 @@ 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: |- @@ -4186,9 +4071,6 @@ 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: |- @@ -4204,9 +4086,6 @@ 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: |- @@ -4268,9 +4147,6 @@ 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: |- @@ -4376,9 +4252,6 @@ 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: @@ -4489,9 +4362,6 @@ 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: |- @@ -4580,9 +4450,6 @@ 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: |- @@ -4612,9 +4479,6 @@ 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: |- @@ -4644,9 +4508,6 @@ 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: |- @@ -4725,9 +4586,6 @@ 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: |- @@ -4749,9 +4607,6 @@ 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: |- @@ -4841,9 +4696,6 @@ 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: |- @@ -4873,9 +4725,6 @@ 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: |- @@ -4905,9 +4754,6 @@ 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: |- @@ -4986,9 +4832,6 @@ 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: |- @@ -5010,9 +4853,6 @@ 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: |- @@ -5086,9 +4926,6 @@ 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: |- @@ -5111,9 +4948,6 @@ 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: |- @@ -5132,9 +4966,6 @@ 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: |- @@ -5158,9 +4989,6 @@ 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: |- @@ -5183,9 +5011,6 @@ 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: |- @@ -5204,9 +5029,6 @@ 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: |- @@ -5280,9 +5102,6 @@ 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: |- @@ -6080,8 +5899,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:latest - image: quay.io/kuadrant/authorino-operator:latest + value: quay.io/kuadrant/authorino:v0.19.0 + image: quay.io/kuadrant/authorino-operator:v0.15.1 livenessProbe: httpGet: path: /healthz diff --git a/config/authorino/kustomization.yaml b/config/authorino/kustomization.yaml index c4af2fc8..24acf8e1 100644 --- a/config/authorino/kustomization.yaml +++ b/config/authorino/kustomization.yaml @@ -2,14 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/Kuadrant/authorino/install?ref=main +- github.com/Kuadrant/authorino/install?ref=v0.19.0 # - webhook # # Configures the conversion webhook # images: # - name: AUTHORINO_IMAGE # newName: quay.io/kuadrant/authorino -# newTag: latest +# newTag: v0.19.0 # patchesStrategicMerge: # - webhook/patches/webhook_in_authconfigs.yaml diff --git a/config/deploy/manifests.yaml b/config/deploy/manifests.yaml index 5c672ed7..5cd17893 100644 --- a/config/deploy/manifests.yaml +++ b/config/deploy/manifests.yaml @@ -2727,9 +2727,6 @@ 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: |- @@ -2785,9 +2782,6 @@ 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: |- @@ -2870,9 +2864,6 @@ 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: |- @@ -2896,9 +2887,6 @@ 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: |- @@ -2973,9 +2961,6 @@ 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: |- @@ -3086,9 +3071,6 @@ 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,32 +3093,10 @@ spec: kubernetesSubjectAccessReview: description: Authorization by Kubernetes SubjectAccessReview properties: - authorizationGroups: - description: Groups to check for existing permission in - the Kubernetes RBAC alternatively to a specific user. - This is typically obtained from a list of groups the user - is a member of. Must be a static list of group names or - dynamically resolve to one from the Authorization JSON. - properties: - expression: - description: |- - A Common Expression Language (CEL) expression that evaluates to a value. - String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). - type: string - selector: - description: |- - Simple path selector to fetch content from the authorization JSON (e.g. 'request.method') or a string template with variables that resolve to patterns (e.g. "Hello, {auth.identity.name}!"). - Any pattern supported by https://pkg.go.dev/github.com/tidwall/gjson can be used. - The following Authorino custom modifiers are supported: @extract:{sep:" ",pos:0}, @replace{old:"",new:""}, @case:upper|lower, @base64:encode|decode and @strip. - type: string - value: - description: Static value - x-kubernetes-preserve-unknown-fields: true - type: object groups: - description: |- - Groups the user must be a member of or, if `user` is omitted, the groups to check for authorization in the Kubernetes RBAC. - Deprecated: Use authorizationGroups instead. + description: Groups the user must be a member of or, if + `user` is omitted, the groups to check for authorization + in the Kubernetes RBAC. items: type: string type: array @@ -3151,9 +3111,6 @@ 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: |- @@ -3171,9 +3128,6 @@ 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: |- @@ -3190,9 +3144,6 @@ 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: |- @@ -3210,9 +3161,6 @@ 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: |- @@ -3228,9 +3176,6 @@ 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: |- @@ -3248,9 +3193,6 @@ 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: |- @@ -3269,9 +3211,6 @@ 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: |- @@ -3313,9 +3252,6 @@ 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: |- @@ -3331,9 +3267,6 @@ 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: |- @@ -3395,9 +3328,6 @@ 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: |- @@ -3507,9 +3437,6 @@ 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: @@ -3578,9 +3505,6 @@ 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: |- @@ -3621,9 +3545,6 @@ 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: |- @@ -3642,9 +3563,6 @@ 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: |- @@ -3659,9 +3577,6 @@ 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: |- @@ -3698,9 +3613,6 @@ 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: |- @@ -3715,9 +3627,6 @@ 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: |- @@ -3793,9 +3702,6 @@ 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: |- @@ -3829,9 +3735,6 @@ 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: |- @@ -3861,9 +3764,6 @@ 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: |- @@ -3879,9 +3779,6 @@ 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: |- @@ -3943,9 +3840,6 @@ 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: |- @@ -4051,9 +3945,6 @@ 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: @@ -4103,9 +3994,6 @@ 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: |- @@ -4161,9 +4049,6 @@ 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: |- @@ -4193,9 +4078,6 @@ 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: |- @@ -4211,9 +4093,6 @@ 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: |- @@ -4275,9 +4154,6 @@ 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: |- @@ -4383,9 +4259,6 @@ 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: @@ -4496,9 +4369,6 @@ 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: |- @@ -4587,9 +4457,6 @@ 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: |- @@ -4619,9 +4486,6 @@ 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: |- @@ -4651,9 +4515,6 @@ 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: |- @@ -4732,9 +4593,6 @@ 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: |- @@ -4756,9 +4614,6 @@ 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: |- @@ -4848,9 +4703,6 @@ 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: |- @@ -4880,9 +4732,6 @@ 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: |- @@ -4912,9 +4761,6 @@ 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: |- @@ -4993,9 +4839,6 @@ 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: |- @@ -5017,9 +4860,6 @@ 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: |- @@ -5093,9 +4933,6 @@ 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: |- @@ -5118,9 +4955,6 @@ 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: |- @@ -5139,9 +4973,6 @@ 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: |- @@ -5165,9 +4996,6 @@ 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: |- @@ -5190,9 +5018,6 @@ 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: |- @@ -5211,9 +5036,6 @@ 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: |- @@ -5287,9 +5109,6 @@ 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: |- @@ -6087,8 +5906,8 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:latest - image: quay.io/kuadrant/authorino-operator:latest + value: quay.io/kuadrant/authorino:v0.19.0 + image: quay.io/kuadrant/authorino-operator:v0.15.1 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index cd47bd90..7d429942 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -22,7 +22,7 @@ spec: - /manager env: - name: RELATED_IMAGE_AUTHORINO - value: quay.io/kuadrant/authorino:latest + value: quay.io/kuadrant/authorino:v0.19.0 args: - --leader-elect image: controller:latest diff --git a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml index ddc10c54..8ef20897 100644 --- a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml @@ -5,13 +5,13 @@ metadata: alm-examples: '[]' capabilities: Basic Install categories: Integration & Delivery - containerImage: quay.io/kuadrant/authorino-operator:latest + containerImage: quay.io/kuadrant/authorino-operator:v0.15.1 createdAt: 2021-12-08T10-00-00Z operators.operatorframework.io/builder: operator-sdk-v1.9.0 operators.operatorframework.io/project_layout: unknown repository: https://github.com/Kuadrant/authorino-operator support: kuadrant - name: authorino-operator.v0.0.0 + name: authorino-operator.v0.15.1 namespace: placeholder labels: operatorframework.io/arch.amd64: supported @@ -78,4 +78,4 @@ spec: minKubeVersion: 1.25.0 provider: name: Red Hat - version: 0.0.0 + version: 0.15.1