From 0da8374cfedc904d2288ff82e02ae1ad64bab42e Mon Sep 17 00:00:00 2001 From: David Martin Date: Fri, 6 Dec 2024 11:18:02 +0000 Subject: [PATCH] Link to mTLS follow on guide Signed-off-by: David Martin --- .../full-walkthrough/secure-protect-connect-k8s.md | 4 ++++ .../full-walkthrough/secure-protect-connect-openshift.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/user-guides/full-walkthrough/secure-protect-connect-k8s.md b/doc/user-guides/full-walkthrough/secure-protect-connect-k8s.md index 040e1a996..aaa80e3f3 100644 --- a/doc/user-guides/full-walkthrough/secure-protect-connect-k8s.md +++ b/doc/user-guides/full-walkthrough/secure-protect-connect-k8s.md @@ -502,3 +502,7 @@ while :; do curl -k --write-out '%{http_code}\n' --silent --output /dev/null -H ```sh while :; do curl -k --write-out '%{http_code}\n' --silent --output /dev/null -H 'Authorization: APIKEY IAMBOB' "https://api.$KUADRANT_ZONE_ROOT_DOMAIN/cars" | grep -E --color "\b(429)\b|$"; sleep 1; done ``` + +## Next Steps + +- [mTLS Configuration](../../install/mtls-configuration.md) diff --git a/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md b/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md index 131ffa8d6..e6caca56e 100644 --- a/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md +++ b/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md @@ -691,6 +691,6 @@ curl -k -XPOST --write-out '%{http_code}\n' --silent --output /dev/null -H "Auth done ``` -## Conclusion +## Next Steps -You have completed the secure, protect, and connect walkthrough. To learn more about Kuadrant, visit . +- [mTLS Configuration](../../install/mtls-configuration.md)