Keycloak authorization of a public endpoint

Is there a way to create a resource to allow all => to get to the endpoint without having any token? currently I get There was an unexpected error (type=Unauthorized, status=401).

the endpoint let’s say is /docs/*

I’ve try all the things I thought will be permissive enough to achieve that, but without any success.

Any ideas regarding this?