diff --git a/build.yaml b/build.yaml new file mode 100644 index 00000000..0ddd9251 --- /dev/null +++ b/build.yaml @@ -0,0 +1,3 @@ +config: + authorinoImage: quay.io/kuadrant/authorino:v0.19.0 + replaces: authorino-operator.v0.14.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 8f70337b..60c995c3 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-19T15:52:57Z" + containerImage: quay.io/kuadrant/authorino-operator:v0.15.0 + createdAt: "2024-11-19T17:02:52Z" 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.0 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.0 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.0 + replaces: authorino-operator.v0.14.0 diff --git a/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml b/bundle/manifests/authorino.kuadrant.io_authconfigs.yaml index ea01a640..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: |- @@ -3123,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: |- @@ -3143,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: |- @@ -3162,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: |- @@ -3182,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: |- @@ -3200,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: |- @@ -3220,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: |- @@ -3241,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: |- @@ -3285,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: |- @@ -3303,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: |- @@ -3367,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: |- @@ -3479,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: @@ -3550,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: |- @@ -3593,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: |- @@ -3614,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: |- @@ -3631,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: |- @@ -3670,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: |- @@ -3687,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: |- @@ -3765,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: |- @@ -3801,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: |- @@ -3833,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: |- @@ -3851,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: |- @@ -3915,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: |- @@ -4023,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: @@ -4075,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: |- @@ -4133,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: |- @@ -4165,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: |- @@ -4183,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: |- @@ -4247,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: |- @@ -4355,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: @@ -4468,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: |- @@ -4559,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: |- @@ -4591,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: |- @@ -4623,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: |- @@ -4704,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: |- @@ -4728,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: |- @@ -4820,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: |- @@ -4852,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: |- @@ -4884,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: |- @@ -4965,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: |- @@ -4989,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: |- @@ -5065,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: |- @@ -5090,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: |- @@ -5111,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: |- @@ -5137,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: |- @@ -5162,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: |- @@ -5183,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: |- @@ -5259,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 741bc0ed..1128cc5f 100644 --- a/charts/authorino-operator/Chart.yaml +++ b/charts/authorino-operator/Chart.yaml @@ -18,7 +18,7 @@ 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" +version: "0.15.0" 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 bd244cfa..6af0b2b0 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: |- @@ -3122,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: |- @@ -3142,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: |- @@ -3161,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: |- @@ -3181,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: |- @@ -3199,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: |- @@ -3219,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: |- @@ -3240,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: |- @@ -3284,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: |- @@ -3302,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: |- @@ -3366,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: |- @@ -3478,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: @@ -3549,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: |- @@ -3592,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: |- @@ -3613,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: |- @@ -3630,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: |- @@ -3669,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: |- @@ -3686,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: |- @@ -3764,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: |- @@ -3800,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: |- @@ -3832,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: |- @@ -3850,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: |- @@ -3914,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: |- @@ -4022,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: @@ -4074,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: |- @@ -4132,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: |- @@ -4164,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: |- @@ -4182,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: |- @@ -4246,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: |- @@ -4354,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: @@ -4467,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: |- @@ -4558,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: |- @@ -4590,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: |- @@ -4622,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: |- @@ -4703,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: |- @@ -4727,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: |- @@ -4819,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: |- @@ -4851,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: |- @@ -4883,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: |- @@ -4964,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: |- @@ -4988,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: |- @@ -5064,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: |- @@ -5089,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: |- @@ -5110,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: |- @@ -5136,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: |- @@ -5161,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: |- @@ -5182,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: |- @@ -5258,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: |- @@ -6058,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.0 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 028c6af4..e2537795 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: |- @@ -3129,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: |- @@ -3149,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: |- @@ -3168,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: |- @@ -3188,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: |- @@ -3206,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: |- @@ -3226,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: |- @@ -3247,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: |- @@ -3291,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: |- @@ -3309,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: |- @@ -3373,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: |- @@ -3485,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: @@ -3556,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: |- @@ -3599,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: |- @@ -3620,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: |- @@ -3637,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: |- @@ -3676,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: |- @@ -3693,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: |- @@ -3771,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: |- @@ -3807,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: |- @@ -3839,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: |- @@ -3857,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: |- @@ -3921,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: |- @@ -4029,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: @@ -4081,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: |- @@ -4139,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: |- @@ -4171,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: |- @@ -4189,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: |- @@ -4253,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: |- @@ -4361,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: @@ -4474,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: |- @@ -4565,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: |- @@ -4597,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: |- @@ -4629,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: |- @@ -4710,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: |- @@ -4734,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: |- @@ -4826,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: |- @@ -4858,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: |- @@ -4890,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: |- @@ -4971,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: |- @@ -4995,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: |- @@ -5071,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: |- @@ -5096,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: |- @@ -5117,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: |- @@ -5143,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: |- @@ -5168,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: |- @@ -5189,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: |- @@ -5265,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: |- @@ -6065,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.0 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..98825b1d 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.0 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.0 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.0