Skip to content

Commit

Permalink
add some dns based user guides
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED

Signed-off-by: craig <[email protected]>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
maleck13 committed Dec 2, 2024
1 parent 07daeec commit 79f07cc
Showing 1 changed file with 31 additions and 28 deletions.
59 changes: 31 additions & 28 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/*
Expand All @@ -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/*
Expand Down Expand Up @@ -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':
Expand Down Expand Up @@ -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':
Expand Down

0 comments on commit 79f07cc

Please sign in to comment.