diff --git a/dev/authorino/install/crd/authorino.kuadrant.io_authconfigs.yaml b/dev/authorino/install/crd/authorino.kuadrant.io_authconfigs.yaml index c658c8f8..242ba008 100644 --- a/dev/authorino/install/crd/authorino.kuadrant.io_authconfigs.yaml +++ b/dev/authorino/install/crd/authorino.kuadrant.io_authconfigs.yaml @@ -2453,6 +2453,9 @@ spec: The resolved key must be unique within the scope of this particular config. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2508,6 +2511,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2590,6 +2596,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2613,6 +2622,9 @@ spec: Use this method when authentication is performed beforehand by a proxy and the resulting object passed to Authorino as JSON in the auth request. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value that represents an identity. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2663,6 +2675,9 @@ spec: description: Reference to a named set of pattern expressions type: string predicate: + description: |- + A Common Expression Language (CEL) expression that evaluates to a boolean. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2756,6 +2771,9 @@ spec: The resolved key must be unique within the scope of this particular config. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2796,6 +2814,9 @@ spec: Use '*' for all API groups. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2813,6 +2834,9 @@ spec: Omit it to check for authorization on all resources of the specified kind. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2829,6 +2853,9 @@ spec: on the resource. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2846,6 +2873,9 @@ spec: Use '*' for all resource kinds. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2861,6 +2891,9 @@ spec: description: Subresource kind properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2878,6 +2911,9 @@ spec: Use '*' for all verbs. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2896,6 +2932,9 @@ spec: Omit it to check for group authorization only. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2937,6 +2976,9 @@ spec: Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used). properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -2952,6 +2994,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3013,6 +3058,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3122,6 +3170,9 @@ spec: E.g. https://ext-auth-server.io/metadata?p={request.path} type: string urlExpression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string type: object rego: @@ -3166,6 +3217,9 @@ spec: description: Reference to a named set of pattern expressions type: string predicate: + description: |- + A Common Expression Language (CEL) expression that evaluates to a boolean. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3206,6 +3260,9 @@ spec: which to execute the check. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3224,6 +3281,9 @@ spec: kind: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3238,6 +3298,9 @@ spec: name: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3274,6 +3337,9 @@ spec: kind: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3288,6 +3354,9 @@ spec: name: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3339,6 +3408,9 @@ spec: description: Reference to a named set of pattern expressions type: string predicate: + description: |- + A Common Expression Language (CEL) expression that evaluates to a boolean. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3372,6 +3444,9 @@ spec: The resolved key must be unique within the scope of this particular config. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3401,6 +3476,9 @@ spec: Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used). properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3416,6 +3494,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3477,6 +3558,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3582,6 +3666,9 @@ spec: E.g. https://ext-auth-server.io/metadata?p={request.path} type: string urlExpression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string type: object metrics: @@ -3631,6 +3718,9 @@ spec: description: Reference to a named set of pattern expressions type: string predicate: + description: |- + A Common Expression Language (CEL) expression that evaluates to a boolean. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3673,6 +3763,9 @@ spec: The resolved key must be unique within the scope of this particular config. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3702,6 +3795,9 @@ spec: Use it with method=POST; for GET requests, set parameters as query string in the 'endpoint' (placeholders can be used). properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3717,6 +3813,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3778,6 +3877,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -3883,6 +3985,9 @@ spec: E.g. https://ext-auth-server.io/metadata?p={request.path} type: string urlExpression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a string endpoint URL of the HTTP service to call. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string type: object metrics: @@ -3969,6 +4074,9 @@ spec: description: Reference to a named set of pattern expressions type: string predicate: + description: |- + A Common Expression Language (CEL) expression that evaluates to a boolean. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4044,6 +4152,9 @@ spec: The resolved key must be unique within the scope of this particular config. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4073,6 +4184,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4102,6 +4216,9 @@ spec: description: Plain text content properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4156,6 +4273,9 @@ spec: expressions type: string predicate: + description: |- + A Common Expression Language (CEL) expression that evaluates to a boolean. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4177,6 +4297,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4253,6 +4376,9 @@ spec: The resolved key must be unique within the scope of this particular config. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4282,6 +4408,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4311,6 +4440,9 @@ spec: description: Plain text content properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4365,6 +4497,9 @@ spec: expressions type: string predicate: + description: |- + A Common Expression Language (CEL) expression that evaluates to a boolean. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4386,6 +4521,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4459,6 +4597,9 @@ spec: body. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4481,6 +4622,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4499,6 +4643,9 @@ spec: description: HTTP message to override the default denial message. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4522,6 +4669,9 @@ spec: body. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4544,6 +4694,9 @@ spec: additionalProperties: properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4562,6 +4715,9 @@ spec: description: HTTP message to override the default denial message. properties: expression: + description: |- + A Common Expression Language (CEL) expression that evaluates to a value. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- @@ -4611,6 +4767,9 @@ spec: description: Reference to a named set of pattern expressions type: string predicate: + description: |- + A Common Expression Language (CEL) expression that evaluates to a boolean. + String expressions are supported (https://pkg.go.dev/github.com/google/cel-go/ext#Strings). type: string selector: description: |- diff --git a/dev/sitemap.xml b/dev/sitemap.xml index 633d49bd..8da87088 100644 --- a/dev/sitemap.xml +++ b/dev/sitemap.xml @@ -2,637 +2,637 @@ https://docs.kuadrant.io/dev/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/getting-started-multi-cluster/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/getting-started-single-cluster/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/auth/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/development/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/dns/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/dnshealthchecks/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/logging/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/rate-limiting/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/tls/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/install/install-kubernetes/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/install/install-openshift/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/observability/examples/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/observability/metrics/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/observability/tracing/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/proposals/rlp-target-gateway-resource/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/reference/authpolicy/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/reference/dnspolicy/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/reference/kuadrant/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/reference/ratelimitpolicy/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/reference/tlspolicy/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/auth-for-app-devs-and-platform-engineers/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/authenticated-rl-for-app-developers/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/authenticated-rl-with-jwt-and-k8s-authnz/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/dns-excluding-specific-addresses/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/external-api/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/gateway-dns/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/gateway-rl-for-cluster-operators/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/gateway-tls/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/orphan-dns-records/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/secure-protect-connect-single-multi-cluster/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/secure-protect-connect/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/simple-rl-for-app-developers/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/doc/user-guides/dnspolicy/basic-dns-configuration/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrant-operator/examples/alerts/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/architecture/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/code_of_conduct/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/contributing/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/features/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/getting-started/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/terminology/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/anonymous-access/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/api-key-authentication/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/authenticated-rate-limiting-envoy-dynamic-metadata/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/authzed/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/caching/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/deny-with-redirect-to-login/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/edge-authentication-architecture-festival-wristbands/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/envoy-jwt-authn-and-authorino/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/external-metadata/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/hello-world/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/host-override/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/http-basic-authentication/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/injecting-data/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/json-pattern-matching-authorization/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/keycloak-authorization-services/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/kubernetes-subjectaccessreview/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/kubernetes-tokenreview/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/mtls-authentication/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/oauth2-token-introspection/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/observability/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/oidc-jwt-authentication/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/oidc-rbac/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/oidc-user-info/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/opa-authorization/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/passing-credentials/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/resource-level-authorization-uma/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/sharding/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/token-normalization/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino/docs/user-guides/validating-webhook/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/authorino-operator/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/doc/how-it-works/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/doc/topologies/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/doc/migrations/conditions/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/doc/server/configuration/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/limitador/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/limitador-server/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/limitador-server/kubernetes/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/limitador-server/sandbox/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/limitador-server/sandbox/redis-otel/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador/limitador-server/sandbox/redis-tls/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador-operator/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador-operator/doc/custom-image/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador-operator/doc/development/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador-operator/doc/logging/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador-operator/doc/rate-limit-headers/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador-operator/doc/resource-requirements/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador-operator/doc/storage/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/limitador-operator/doc/tracing/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/docs/api-conventions/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/docs/design/architectural-overview-v1/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/docs/design/architectural-overview/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/docs/design/modular_installation/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0001-rlp-v2/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0002-well-known-attributes/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0003-dns-policy/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0004-policy-status/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0005-single-cluster-dnspolicy/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0006-kuadrant_sub_components_configurations/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0007-policy-sync-v1/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0008-kuadrant-release-process/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0009-defaults-and-overrides/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0010-gateway-api-metrics-exporter/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0011-policy-machinery/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/dns-policy-api-changes/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/architecture/rfcs/0003-dns-policy-assets/DNSRecordStructure/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/api-quickstart/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/doc/RELEASE/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/doc/development/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/doc/generate-gateway-api-httproute/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/doc/generate-kuadrant-auth-policy/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/doc/generate-kuadrant-rate-limit-policy/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/doc/kuadrantctl-ci-cd/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/doc/openapi-apicurio/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/doc/openapi-kuadrant-extensions/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/kuadrantctl/doc/openapi-openshift-dev-spaces/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/dns-operator/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/dns-operator/docs/RELEASE/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/dns-operator/docs/provider/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/dns-operator/docs/RFC/distributed-dns/dnsrecord-lifecycle/ - 2024-11-18 + 2024-11-19 daily https://docs.kuadrant.io/dev/dns-operator/docs/reference/dnsrecord/ - 2024-11-18 + 2024-11-19 daily \ No newline at end of file diff --git a/dev/sitemap.xml.gz b/dev/sitemap.xml.gz index 2fb0e982..218f68d0 100644 Binary files a/dev/sitemap.xml.gz and b/dev/sitemap.xml.gz differ