I'm running a docker container with admin secret
. In the below image, you can see the roles under the permissions window.
For category
table, I set public
role for SELECT
option and there is no restriction for that role to access any query.
But my problem is I can't access the query using public
role, hasura engine ask admin-secret
. see the below image.
How can I access this API without giving admin credentials?