Open KevFan opened 5 days ago
Part of https://github.com/Kuadrant/docs.kuadrant.io/issues/25
Introduces an AuthPolicy guide describing how anonymous acces can be enforced to a section of a HTTPRoute. This can serve as an equivalent / replacement guide to https://github.com/Kuadrant/authorino/blob/main/docs/user-guides/anonymous-access.md guide on https://docs.kuadrant.io/0.11.0/authorino/docs/user-guides/anonymous-access/
AuthPolicy
HTTPRoute
/cars
/pubic
Description
Part of https://github.com/Kuadrant/docs.kuadrant.io/issues/25
Introduces an
AuthPolicy
guide describing how anonymous acces can be enforced to a section of aHTTPRoute
. This can serve as an equivalent / replacement guide to https://github.com/Kuadrant/authorino/blob/main/docs/user-guides/anonymous-access.md guide on https://docs.kuadrant.io/0.11.0/authorino/docs/user-guides/anonymous-access/Verification
/cars
endpint is protected but anonymous access is explicitly allows for the/pubic
endpoint