Problem/Motivation
# Anyone can access webhooks. We will perform access logic and token
# checking at WebhookReceiver::process().
_permission: 'access content'
This won't work if node module isn't enabled, or it we don't want the anonymous user to view nodes.
The right way to grant universal access to a route is with
>_access: 'TRUE'
See https://www.drupal.org/docs/drupal-apis/routing-system/structure-of-routes
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork webhook_receiver-3463567
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
dharmeshbarot89 commentedComment #5
prem suthar commentedChanges Are looks good . From My Side RTBC+1
Comment #7
alberto56 commentedThanks! Committed, and I created a new release, 1.1.0.
Comment #8
alberto56 commented