Skip to content

Commit

Permalink
Updated permission for config pages and decoupled user role
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jun 17, 2024
1 parent 85d0b24 commit 0ddd597
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
7 changes: 7 additions & 0 deletions config/sync/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
module:
- config_pages
- field_permissions
- file
- graphql
Expand All @@ -26,6 +27,7 @@ permissions:
- 'execute graphql_compose_server persisted graphql requests'
- 'issue subrequests'
- 'view field_media_embeddable_code'
- 'view lockup_settings config page entity'
- 'view media'
- 'view own field_media_embeddable_code'
- 'view own su_metatags'
Expand All @@ -43,7 +45,12 @@ permissions:
- 'view own su_site_home'
- 'view own su_site_url'
- 'view policy log'
- 'view policy_settings config page entity'
- 'view printer friendly versions'
- 'view stanford_basic_site_settings config page entity'
- 'view stanford_global_message config page entity'
- 'view stanford_local_footer config page entity'
- 'view stanford_super_footer config page entity'
- 'view su_event_ext_image'
- 'view su_metatags'
- 'view su_policy_auto_prefix'
Expand Down
14 changes: 2 additions & 12 deletions config/sync/user.role.decoupled_site_users.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
uuid: 6fac5ac9-2f01-4b1b-b2e7-453cf88f0364
langcode: en
status: true
dependencies:
module:
- file
- node
- subrequests
- view_unpublished
dependencies: { }
id: decoupled_site_users
label: 'Decoupled Site User'
weight: 2
is_admin: null
permissions:
- 'access user profiles'
- 'bypass node access'
- 'delete own files'
- 'issue subrequests'
- 'view any unpublished content'
permissions: { }

0 comments on commit 0ddd597

Please sign in to comment.