From 2bfc0a217da49d1fd53a45626572897666e555b1 Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Fri, 20 Dec 2024 11:52:44 +0000 Subject: [PATCH 1/2] removing unncessary component files Signed-off-by: R-Lawton --- mkdocs.yml | 70 ++++-------------------------------------------------- 1 file changed, 4 insertions(+), 66 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6b8eaba0..49e12348 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -165,69 +165,7 @@ nav: - 'RFC 0010: Gateway API Metrics Exporter': architecture/rfcs/0010-gateway-api-metrics-exporter.md - 'RFC 0011: Policy Machinery for reconciliation': architecture/rfcs/0011-policy-machinery.md - 'Components': - - 'Kuadrant Operator': - - 'Overview': kuadrant-operator/README.md - - "Developer's Guide": kuadrant-operator/doc/overviews/development.md - - kuadrant-operator/doc/overviews/logging.md - - 'Authorino': - - 'Overview': authorino/README.md - - 'Authorino Operator': authorino-operator/README.md - - '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 - - 'Architecture': authorino/docs/architecture.md - - 'Reference': authorino/docs/features.md - - 'Advanced features': - - 'Host override via context extension': authorino/docs/user-guides/host-override.md - - 'Reducing the operational space: sharding, noise and multi-tenancy': authorino/docs/user-guides/sharding.md - - "Developer's Guide": authorino/docs/contributing.md - - 'Limitador': - - 'Overview': limitador/README.md - - 'How it works': limitador/doc/how-it-works.md - - 'Topologies': limitador/doc/topologies.md - - 'Server': - - 'Overview': limitador/limitador-server/README.md - - 'Kubernetes': limitador/limitador-server/kubernetes/README.md - - 'Sandbox': limitador/limitador-server/sandbox/README.md - - 'Crate': limitador/limitador/README.md - - 'Limitador Operator': - - 'Overview': limitador-operator/README.md - - 'Storage': limitador-operator/doc/storage.md - - 'Rate limit headers': limitador-operator/doc/rate-limit-headers.md - - "Developer's Guide": limitador-operator/doc/development.md - - limitador-operator/doc/logging.md - - 'DNS Operator': - - 'Overview': dns-operator/README.md - - 'kuadrantctl': - - 'Getting Started': kuadrantctl/README.md - - 'Generating Gateway API HTTPRoutes': kuadrantctl/doc/generate-gateway-api-httproute.md - - 'Generating Kuadrant AuthPolicies': kuadrantctl/doc/generate-kuadrant-auth-policy.md - - 'Generating Kuadrant RateLimitPolicies': kuadrantctl/doc/generate-kuadrant-rate-limit-policy.md - - 'CI/CD with kuadrantctl & Tekton': kuadrantctl/doc/kuadrantctl-ci-cd.md - - 'Using Apicurio Studio with Kuadrant OAS extensions': kuadrantctl/doc/openapi-apicurio.md - - 'Using OpenShift Dev Spaces with Kuadrant OAS extensions': kuadrantctl/doc/openapi-openshift-dev-spaces.md \ No newline at end of file + - 'Kuadrant Operator': 'https://github.com/kuadrant/kuadrant-operator' + - 'Authorino': 'https://github.com/kuadrant/authorino' + - 'Limitador': 'https://github.com/kuadrant/limitador' + - 'kuadrantctl': 'https://github.com/kuadrant/kuadrantctl' \ No newline at end of file From fab0fad02c793e3618eaa8bc1636e381fac14252 Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Fri, 20 Dec 2024 12:11:06 +0000 Subject: [PATCH 2/2] remove components all together --- mkdocs.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 49e12348..ffaf86f4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -163,9 +163,4 @@ nav: - 'RFC 0008: Kuadrant Release Process': architecture/rfcs/0008-kuadrant-release-process.md - 'RFC 0009: Defaults & Overrides': architecture/rfcs/0009-defaults-and-overrides.md - 'RFC 0010: Gateway API Metrics Exporter': architecture/rfcs/0010-gateway-api-metrics-exporter.md - - 'RFC 0011: Policy Machinery for reconciliation': architecture/rfcs/0011-policy-machinery.md - - 'Components': - - 'Kuadrant Operator': 'https://github.com/kuadrant/kuadrant-operator' - - 'Authorino': 'https://github.com/kuadrant/authorino' - - 'Limitador': 'https://github.com/kuadrant/limitador' - - 'kuadrantctl': 'https://github.com/kuadrant/kuadrantctl' \ No newline at end of file + - 'RFC 0011: Policy Machinery for reconciliation': architecture/rfcs/0011-policy-machinery.md \ No newline at end of file