diff --git a/doc/user-guides/auth/anonymous-access.md b/doc/user-guides/auth/anonymous-access.md new file mode 100644 index 000000000..d785c4323 --- /dev/null +++ b/doc/user-guides/auth/anonymous-access.md @@ -0,0 +1,180 @@ +# Enforcing anonymous access with Kuadrant AuthPolicy + +Learn how to allow anonymous access to certain endpoints using Kuadrant's `AuthPolicy` + +## Prerequisites + +You have installed Kuadrant in a [kubernetes](https://docs.kuadrant.io/latest/kuadrant-operator/doc/install/install-kubernetes/) or [OpenShift](https://docs.kuadrant.io/latest/kuadrant-operator/doc/install/install-openshift/) cluster with a Gateway provider. + +### Create Gateway +Create a `Gateway` resource for this guide: + +```sh +kubectl apply -f -<