From 39d84e1f14476a8f2694c4d30bcb4ffab1f27086 Mon Sep 17 00:00:00 2001 From: Docs Deploy Date: Tue, 19 Nov 2024 00:13:00 +0000 Subject: [PATCH] Deployed daa649f to dev with MkDocs 1.5.3 and mike 2.1.0 --- .../authorino.kuadrant.io_authconfigs.yaml | 159 +++++++++++ dev/sitemap.xml | 254 +++++++++--------- dev/sitemap.xml.gz | Bin 1589 -> 1589 bytes 3 files changed, 286 insertions(+), 127 deletions(-) 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 2fb0e982e6e3e6c9cf27e870917ebfc6813f17d4..218f68d00ea00fbd7c7cb4259657eff919fa39a8 100644 GIT binary patch delta 1545 zcmV+k2KM>247CggABzYG3fMc52OtY}NK*`3`!wvKU7wLMB!4$=?>l?3qY#aEZ!XtY ztIG>=%4_4AH8s8G?Tt4JUA?}%eR08m`3vTE)8CEt>NbB%b$YDEF&D`b7&kxR00yC@BBOK4NehEi>1VYj|% z*mQ`(%GUw`BwYie0$(QhJ!9d3*@XMHp|_a$ zWC!F}vwsqWD4HOLWkz8R-h*9|%`w||#ced)nxDrsHRARaHzwcVzKA8rMjGf|*+EYk zn4XlWjRMq~-Df1ZEl2l>miveArJmvIe*HfV{+L4ok@m=uxEpjU1=U$+)%Y? z2L6EYP7JeCS_UnJRBDT40p^2ozIc53vJ8+IRBN({VQV7;vGSVke0|3wO%KJI#IHcR z6wGEQIQRbuaZQ-}gph9hXku9gXx1kkA6Vb)WdL3}KXHK3dAINUz=6C{9PtWd&>Ps& z9)A|8igHE9w|JbVT9)&oKyK$b3f?>HSW$J9P-8-w9KT30L`&cbSrABZQfF$M+8Py7?Kuy~l_5q+RP+yZT@Z&&?s2oS541BhisqC2mYh@`U9wTU3G?~d z_1q9(TnauG;&3%v3{dbQsPjQ0c_Fda* zTr6q<`0|8&>qjstr!0zH!*mWf`94qi7?J_EGtFGgFim1=GryI9JZoMGm4u3n2jFrB z-{~D39<(^X#jgwd2KIA_Q&!sNgURz(@rK?;eQ=Am;t))eJFPgadqS=dV>aS{a6RyHEG<9VLLA}c70$>JCkJ0dLvcWU0BF!z4`S3@vf z80=HO$;&ugEI1N*j=^bz$h^4%#2(A7>dr!?@Hwe7h*RFIY+w2{UiLvd4uu3g;P<~( v+QdUvOi!C3@&CME4V&_s)LvNw delta 1545 zcmV+k2KM>247CggABzYGu!cI32OtY{NK*`3`!wuf-JX#$B!9Q>9y)umqY#aEZ!gzZ ztIG>=%4_4Ax0iqY`2lV&-`%~s9fFONF8F2_-(I#U^*>eBIF47*BTt4JUA?)ydv(Eo`3vTE)8DQ2>Mnmvb$--CI$` zrYB`;qX4yL_ZdlU%h5w(d5@NRq7h5tC}pH&5uW34Fbs#R-syh%#H0nnOAbEt{Cl~7 zv0PR@Xt`7(sUZ+>NRUV+P~N%xdPpWq$b9Lm>l+hW0K)9?Ac&sSDMEbH&kt! zfj?lp6T|G3mO)D)mD(a%fcapYFCJgMECVD4)tYQ#*xJZIth}asU*Gdc(?hW)@e9x{ z1+y6n&iy|@TodL#A*35WnOK$qn)OM?2i7-x8Gx70PaI%$-t9X-a3HS~N4x?V^ai%H zhkr$?qFj;jH6G`wmgT%CklT5Vg7*$PR#Y7&)R<5v$Ins>(Gs{q76ek9)R`J5x1W=C zfwT!ZYDym1xEg^&gmgns#yKpd8q^e%*`b9on3y)`v_OM45B4d?nscjDrd628e>M>* z*KD<9t%uPEE6{YcK5|UEqY(H|AbkED%zv2#=^oy=Pi&{MKbJWSK1H^-J*GUKp~Ez} z#G`5YEVNNrIx6dNd(H!LWr$G{75!sf7sO$cd)%z-1MLirqWL7hB`1|fmuwVo!hF7V zJvRgxmx9kzrb4-#m4C^DZ?rn8MA3aJ6A2qsLZMG5jH?A|bKj$M|J`HEQ=FhUzJJZ5 z0IfiueJs@ko9F+YNRgovs1;+2L5s|o%)ZU}(4iGODt3&WgN!^dM%uLAZ%gM;`Z}^H z7mHc|zC0n{`VmaZDT`v)Fr5QVzRy!WhGf9)OfwfVOp}<}%x@(i&zhG)C7~kY5xAVe zcX|hh2Q3b8@$16Af<2RxiQp4i=^VTY-+}3{Az8@F zU&Q_b@UmA{zX1BNgaBGXU2aY3OZbmLG5^S50_AQai~`g8( z-sS91xhnii+#IKy#w{a7brUav*ZwJ=6|qSt=5p2 zg72;+VZMfu@{SbFj}9=+HNg}mQTT3J=TP)g-Dh#XK48u@!f6oo$iIKGQ5KZG;Qm<_ zKfv*}`#5awmG64*veLOfOVNmGnIBJ`YVVW~PjN9IS0RLJ1yZUeC4D{Rsg~r;{NgexA#APd@ls8oV_29 zh#PV=rJt4-Jby#*EbOI`I0=GjD;p8p@x07okrfohWN{3N9g!A-J8JJwn0r6}t05RK z4ECwtVvprkb!VYc_?*-k#3^r9wlDn>FZ-Y!heCoL@P}V2 vZQ>y-rl-x2__az$3DHV_P_fFI+Y~-P+tH5aZU11