From 621ede16b81d4d29748ea16dd593418ee9f5afd2 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Wed, 8 May 2024 15:58:49 +0200 Subject: [PATCH 1/2] fix link to AuthPolicy overview --- src/index.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.njk b/src/index.njk index 5d75394..a562882 100644 --- a/src/index.njk +++ b/src/index.njk @@ -55,7 +55,7 @@ tags: index-page # Note: This adds a custom class to layout.njk

Protect: AuthPolicy

-

Protect your services with our flexible and powerful [AuthPolicy API](https://docs.kuadrant.io/latest/kuadrant-operator/doc/auth/) that integrates Authentication and Authorization at the Gateway or HTTPRoute level.

+

Protect your services with our flexible and powerful AuthPolicy API that integrates Authentication and Authorization at the Gateway or HTTPRoute level.

@@ -64,7 +64,7 @@ tags: index-page # Note: This adds a custom class to layout.njk

Protect: RateLimitPolicy

Protect your services with our flexible and powerful RateLimitPolicy that integrates rate limiting at the Gateway or HTTPRoute level.

- +

From 84b4fd41732430e744d9b0d862a93a7749f85735 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Wed, 8 May 2024 15:59:20 +0200 Subject: [PATCH 2/2] point to policy overview pages instead of API references --- src/index.njk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.njk b/src/index.njk index a562882..9265a18 100644 --- a/src/index.njk +++ b/src/index.njk @@ -46,7 +46,7 @@ tags: index-page # Note: This adds a custom class to layout.njk
-

Secure: TLSPolicy

+

Secure: TLSPolicy

Automatically secure traffic to your Gateways with automatic ACME-based TLS integration that supports all of the main ACME providers, including Let's Encrypt

@@ -54,14 +54,14 @@ tags: index-page # Note: This adds a custom class to layout.njk
-

Protect: AuthPolicy

+

Protect: AuthPolicy

Protect your services with our flexible and powerful AuthPolicy API that integrates Authentication and Authorization at the Gateway or HTTPRoute level.

-

Protect: RateLimitPolicy

+

Protect: RateLimitPolicy

Protect your services with our flexible and powerful RateLimitPolicy that integrates rate limiting at the Gateway or HTTPRoute level.