I am using Hasura for a project. When I give permission for the public (API exposed for everybody), then no API is exposed in the API
section of Hasura. In this case I only X-Hasura-Role
public
in headers.
But all APIs for role public
are exposed when I add x-hasura-admin-secret
. For the role public
, x-hasura-admin-secret
should not be needed. I don't understand what's wrong is doing there?