Allow-list does not work?
See original GitHub issueHasura v1.0.0 on Heroku.
- Set HASURA_GRAPHQL_ENABLE_ALLOWLIST .env variable as “true”.
- Set X-Hasura-Role header as “user”.
- Add table with one field id (uuid).
- Insert rows to table.
- Add all select permissions for role “user”.
- Add query to “Allowed Queries” interface with name “get_try”:
query get_try {
try {
id
}
}
- Reload metadata.
“NO SCHEMA AVAILABLE” in GraphiQL Explorer.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Allowlist is not working · Issue #722 · SelfControlApp/selfcontrol
To test this, go to SelfControl --> Preferences, click over to the Advanced setting, and uncheck the "Allowlist blocks should include linked ......
Read more >Why doesn't adding the domain in the Allowlist work ... - Reddit
I have added the 10play.com.au domain to the allowlist on my NextDNS configuration profile page because the 10play website and corresponding ...
Read more >Why OIT does NOT allowlist domains
The allowlist lists “trusted sources” which lets them through so email from those addresses are not blocked as spam. Spammers (or Phishers) take...
Read more >Allowlists, denylists, and approved senders - Google Support
Create an address list of approved senders so messages from these users bypass Gmail's spam filters, and recipients can decide whether they are...
Read more >Using the allowlist and blocklist to control access to Zendesk ...
To edit your blocklist and allowlist In Admin Center, click People in the sidebar, then select Configuration > End users. Enter your Allowlist...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As @rikinsk pointed you, you can’t introspect the server after enabling allow-list unless the introspection query itself is added to the allow-list. This is the introspection query that is used typically by graphiql like interfaces:
I’m closing this issue, feel free to re-open this if you this doesn’t fix your issue.
@THPubs Can you clarify what exactly you are attempting to do and what’s not working?