restui.permissions.yml
administer rest resources:
  title: 'Administer rest resources'
  description: 'Configure rest resources.'
  restrict access: TRUE
rest.permissions.yml
administer rest resources:
  title: 'Administer REST resource configuration'

(This was added in #2308745: Remove rest.settings.yml, use rest_resource config entities.)

This is one of the consequences if you don't make your permissions have a module-specific name.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Wim Leers created an issue. See original summary.

Wim Leers’s picture

Status: Active » Needs review
FileSize
369 bytes

We can simply remove restui.permissions.yml, because as of #2758563: Handle core 8.2.x changing REST configuration to use configuration entities, the REST UI module requires Drupal 8.2, which includes #2308745: Remove rest.settings.yml, use rest_resource config entities.

Wim Leers’s picture

Title: restui.permisisons.yml conflicts with rest.permissions.yml » restui.permissions.yml conflicts with rest.permissions.yml

  • Wim Leers authored 39abe87 on 8.x-1.x
    Issue #2868690 by Wim Leers: restui.permissions.yml conflicts with rest....
clemens.tolboom’s picture

Status: Needs review » Fixed
Wim Leers’s picture

Issue tags: +Security

Because this is conflicting with a core permission, which may or may not have security consequences.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.