From 07daeec88041f1abd0b6ff7b1d9c25ffb5c13e99 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Fri, 29 Nov 2024 10:31:52 +0000 Subject: [PATCH 1/2] updated KUADRANT_REF for a branch Signed-off-by: Jason Madigan --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index a8fcc054..55989b4a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -72,7 +72,7 @@ plugins: - /docs/user-guides/* - /install/crd/* - name: authorino-operator - import_url: 'https://github.com/kuadrant/authorino-operator?edit_uri=/blob/main/&branch=kuadrant-v1.0.0' + import_url: 'https://github.com/kuadrant/authorino-operator?edit_uri=/blob/main/&branch=v0.16.0' imports: - /README.md - name: limitador @@ -87,7 +87,7 @@ plugins: - /limitador-server/sandbox/* - /LICENSE - name: limitador-operator - import_url: 'https://github.com/kuadrant/limitador-operator?edit_uri=/blob/main/&branch=kuadrant-v1.0.0' + import_url: 'https://github.com/kuadrant/limitador-operator?edit_uri=/blob/main/&branch=v0.12.1' imports: - /README.md - /doc/* @@ -107,7 +107,7 @@ plugins: - /README.md - /doc/* - name: dns-operator - import_url: 'https://github.com/kuadrant/dns-operator?edit_uri=/blob/main/&branch=kuadrant-v1.0.0' + import_url: 'https://github.com/kuadrant/dns-operator?edit_uri=/blob/main/&branch=v0.12.0' imports: - /README.md - /docs/* From 79f07ccf81ab509a444805b541173ec3760736a2 Mon Sep 17 00:00:00 2001 From: craig Date: Mon, 2 Dec 2024 12:26:19 +0000 Subject: [PATCH 2/2] add some dns based user guides rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED Signed-off-by: craig rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- mkdocs.yml | 59 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 55989b4a..0e2e6538 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -72,7 +72,7 @@ plugins: - /docs/user-guides/* - /install/crd/* - name: authorino-operator - import_url: 'https://github.com/kuadrant/authorino-operator?edit_uri=/blob/main/&branch=v0.16.0' + import_url: 'https://github.com/kuadrant/authorino-operator?edit_uri=/blob/main/&branch=kuadrant-v1.0.0' imports: - /README.md - name: limitador @@ -87,7 +87,7 @@ plugins: - /limitador-server/sandbox/* - /LICENSE - name: limitador-operator - import_url: 'https://github.com/kuadrant/limitador-operator?edit_uri=/blob/main/&branch=v0.12.1' + import_url: 'https://github.com/kuadrant/limitador-operator?edit_uri=/blob/main/&branch=kuadrant-v1.0.0' imports: - /README.md - /doc/* @@ -107,7 +107,7 @@ plugins: - /README.md - /doc/* - name: dns-operator - import_url: 'https://github.com/kuadrant/dns-operator?edit_uri=/blob/main/&branch=v0.12.0' + import_url: 'https://github.com/kuadrant/dns-operator?edit_uri=/blob/main/&branch=kuadrant-v1.0.0' imports: - /README.md - /docs/* @@ -141,6 +141,9 @@ nav: - 'Secure, connect and protect - OpenShift': kuadrant-operator/doc/user-guides/secure-protect-connect-single-multi-cluster.md - 'DNS configuration': - 'DNS Providers': dns-operator/docs/provider.md + - 'Basic DNS': kuadrant-operator/doc/user-guides/dnspolicy/basic-dns-configuration.md + - 'DNS Load Balancing': kuadrant-operator/doc/user-guides/dnspolicy/load-balanced-dns.md + - 'Health Checks': kuadrant-operator/doc/user-guides/dnspolicy/dnshealthchecks.md - 'TLS configuration': - 'Gateway TLS for Cluster Operators': kuadrant-operator/doc/user-guides/gateway-tls.md - 'Authentication & Authorization': @@ -180,31 +183,31 @@ nav: - 'Getting Started': authorino/docs/getting-started.md - 'Hello World': authorino/docs/user-guides/hello-world.md - 'User Guides': - - 'Authentication with Kubernetes tokens (TokenReview API)': authorino/docs/user-guides/kubernetes-tokenreview.md - - 'Authentication with API keys': authorino/docs/user-guides/api-key-authentication.md - - 'Authentication with X.509 certificates and mTLS': authorino/docs/user-guides/mtls-authentication.md - - 'OpenID Connect Discovery and authentication with JWTs': authorino/docs/user-guides/oidc-jwt-authentication.md - - 'OAuth 2.0 token introspection (RFC 7662)': authorino/docs/user-guides/oauth2-token-introspection.md - - 'Passing credentials (`Authorization` header, cookie headers and others)': authorino/docs/user-guides/passing-credentials.md - - 'HTTP "Basic" Authentication (RFC 7235)': authorino/docs/user-guides/http-basic-authentication.md - - 'Anonymous access': authorino/docs/user-guides/anonymous-access.md - - 'Token normalization': authorino/docs/user-guides/token-normalization.md - - 'Edge Authentication Architecture (EAA)': authorino/docs/user-guides/edge-authentication-architecture-festival-wristbands.md - - 'Fetching auth metadata from external sources': authorino/docs/user-guides/external-metadata.md - - 'OpenID Connect UserInfo': authorino/docs/user-guides/oidc-user-info.md - - 'Resource-level authorization with User-Managed Access (UMA) resource registry': authorino/docs/user-guides/resource-level-authorization-uma.md - - 'Simple pattern-matching authorization policies': authorino/docs/user-guides/json-pattern-matching-authorization.md - - 'OpenID Connect (OIDC) and Role-Based Access Control (RBAC) with Keycloak': authorino/docs/user-guides/oidc-rbac.md - - 'Open Policy Agent (OPA) Rego policies': authorino/docs/user-guides/opa-authorization.md - - 'Kubernetes RBAC for service authorization (SubjectAccessReview API)': authorino/docs/user-guides/kubernetes-subjectaccessreview.md - - 'Authorization with Keycloak Authorization Services': authorino/docs/user-guides/keycloak-authorization-services.md - - 'Integration with Authzed/SpiceDB': authorino/docs/user-guides/authzed.md - - 'Injecting data in the request': authorino/docs/user-guides/injecting-data.md - - 'Emitting Envoy Dynamic Metadata': authorino/docs/user-guides/authenticated-rate-limiting-envoy-dynamic-metadata.md - - 'Redirecting to a login page': authorino/docs/user-guides/deny-with-redirect-to-login.md - - 'Reusing Envoy built-in authentication filter result': authorino/docs/user-guides/envoy-jwt-authn-and-authorino.md - - 'Setting up Kuadrant authorization service as a Validating Webhook': authorino/docs/user-guides/validating-webhook.md - - 'Caching': authorino/docs/user-guides/caching.md + - 'Authentication with Kubernetes tokens (TokenReview API)': authorino/docs/user-guides/kubernetes-tokenreview.md + - 'Authentication with API keys': authorino/docs/user-guides/api-key-authentication.md + - 'Authentication with X.509 certificates and mTLS': authorino/docs/user-guides/mtls-authentication.md + - 'OpenID Connect Discovery and authentication with JWTs': authorino/docs/user-guides/oidc-jwt-authentication.md + - 'OAuth 2.0 token introspection (RFC 7662)': authorino/docs/user-guides/oauth2-token-introspection.md + - 'Passing credentials (`Authorization` header, cookie headers and others)': authorino/docs/user-guides/passing-credentials.md + - 'HTTP "Basic" Authentication (RFC 7235)': authorino/docs/user-guides/http-basic-authentication.md + - 'Anonymous access': authorino/docs/user-guides/anonymous-access.md + - 'Token normalization': authorino/docs/user-guides/token-normalization.md + - 'Edge Authentication Architecture (EAA)': authorino/docs/user-guides/edge-authentication-architecture-festival-wristbands.md + - 'Fetching auth metadata from external sources': authorino/docs/user-guides/external-metadata.md + - 'OpenID Connect UserInfo': authorino/docs/user-guides/oidc-user-info.md + - 'Resource-level authorization with User-Managed Access (UMA) resource registry': authorino/docs/user-guides/resource-level-authorization-uma.md + - 'Simple pattern-matching authorization policies': authorino/docs/user-guides/json-pattern-matching-authorization.md + - 'OpenID Connect (OIDC) and Role-Based Access Control (RBAC) with Keycloak': authorino/docs/user-guides/oidc-rbac.md + - 'Open Policy Agent (OPA) Rego policies': authorino/docs/user-guides/opa-authorization.md + - 'Kubernetes RBAC for service authorization (SubjectAccessReview API)': authorino/docs/user-guides/kubernetes-subjectaccessreview.md + - 'Authorization with Keycloak Authorization Services': authorino/docs/user-guides/keycloak-authorization-services.md + - 'Integration with Authzed/SpiceDB': authorino/docs/user-guides/authzed.md + - 'Injecting data in the request': authorino/docs/user-guides/injecting-data.md + - 'Emitting Envoy Dynamic Metadata': authorino/docs/user-guides/authenticated-rate-limiting-envoy-dynamic-metadata.md + - 'Redirecting to a login page': authorino/docs/user-guides/deny-with-redirect-to-login.md + - 'Reusing Envoy built-in authentication filter result': authorino/docs/user-guides/envoy-jwt-authn-and-authorino.md + - 'Setting up Kuadrant authorization service as a Validating Webhook': authorino/docs/user-guides/validating-webhook.md + - 'Caching': authorino/docs/user-guides/caching.md - 'Architecture': authorino/docs/architecture.md - 'Reference': authorino/docs/features.md - 'Advanced features':