Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(kic): add upstream TLS verification guide #8201

Merged
merged 13 commits into from
Dec 18, 2024
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ site.base_gateway }} to verify the certificate it presents by attaching a CA cer
shows how to make this happen using the `BackendTLSPolicy` (when using Gateway API) or Kubernetes Service annotations
(when using Ingress API).

{% include /md/kic/prerequisites.md release=page.release disable_gateway_api=false%}
{% include /md/kic/prerequisites.md release=page.release disable_gateway_api=false gateway_api_experimental=true %}
czeslavo marked this conversation as resolved.
Show resolved Hide resolved

## Set up an upstream service with TLS

Expand Down
Loading