From 5c2207f3fec9f2d380177ae5d83196b81a1ad5ec Mon Sep 17 00:00:00 2001 From: craig Date: Mon, 2 Dec 2024 12:26:19 +0000 Subject: [PATCH] add some dns based user guides rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- mkdocs.yml | 53 ++++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 25 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 55989b4a1..3f0c961aa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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':