Skip to content

Commit

Permalink
Link to mTLS follow on guide
Browse files Browse the repository at this point in the history
Signed-off-by: David Martin <[email protected]>
  • Loading branch information
david-martin committed Dec 6, 2024
1 parent ecf9262 commit 0da8374
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.kuadrant.io>.
- [mTLS Configuration](../../install/mtls-configuration.md)

0 comments on commit 0da8374

Please sign in to comment.