Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/blog/token-rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ We'd love your feedback! Try out the new policy and let us know your thoughts th
## Learn More

- [TokenRateLimitPolicy Tutorial](/doc/user-guides/tokenratelimitpolicy/authenticated)
- [API Reference Documentation](https://docs.kuadrant.io/latest/reference/tokenratelimitpolicy/)
- [API Reference Documentation](https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/tokenratelimitpolicy/)
- [Kuadrant on GitHub](https://github.com/kuadrant)
12 changes: 6 additions & 6 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@ tags: index-page # Note: This adds a custom class to layout.njk
<div class="col-xl-3 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><i class="bx bx-globe"></i></div>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/dnspolicy/">Connect: DNSPolicy</a></h4>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/dns/">Connect: DNSPolicy</a></h4>
<p>Bring traffic to your Gateway(s). Balance and distribute traffic across your different gateway instances, leveraging advanced DNS strategies such as geo and weighted responses without needing to manage individual records. Integrate with multiple cloud DNS Providers including AWS Route 53 and Google Cloud DNS</p>
</div>
</div>

<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bx bx-lock"></i></div>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/tls/">Secure: TLSPolicy</a></h4>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/tls/">Secure: TLSPolicy</a></h4>
<p>Automatically secure traffic to your Gateways with automatic ACME-based TLS integration that supports all of the main ACME providers, including Let's Encrypt</p>
</div>
</div>

<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-shield"></i></div>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/auth/">Protect: AuthPolicy</a></h4>
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/auth/">AuthPolicy API</a> that integrates Authentication and Authorization at the Gateway or HTTPRoute level.</p>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth/">Protect: AuthPolicy</a></h4>
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth/">AuthPolicy API</a> that integrates Authentication and Authorization at the Gateway or HTTPRoute level.</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-shield"></i></div>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/rate-limiting/">Protect: RateLimitPolicy</a></h4>
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/rate-limiting/">RateLimitPolicy</a> that integrates rate limiting at the Gateway or HTTPRoute level.</p>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/rate-limiting/">Protect: RateLimitPolicy</a></h4>
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/rate-limiting/">RateLimitPolicy</a> that integrates rate limiting at the Gateway or HTTPRoute level.</p>
</div>
</div>
</div>
Expand Down