-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/serverRelated to serverRelated to serverk/bugSomething isn't workingSomething isn't workingp/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprints/wipStatus: This issue is a work in progressStatus: This issue is a work in progress
Description
Imagine email-subscriptions permissions for an anonymous-role are set to this:
(simplified)
insert: {}
update: { secret: "x-hasura-secret"} (got-from-email)
By requiring x-hasura-secret in update, I get an error, when trying to insert, which should't require the x-hasura-secret header.
"x-hasura-secret" header is expected but not found
Is this a bug, or a feature?
Thanks
Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to serverk/bugSomething isn't workingSomething isn't workingp/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprints/wipStatus: This issue is a work in progressStatus: This issue is a work in progress