Skip to content

Commit

Permalink
Merge pull request #245 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
tuutti authored Apr 20, 2023
2 parents d8b5fb6 + 02fc8c6 commit 098acbb
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions conf/cmi/system.action.user_add_role_action.debug_api.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: fedaa5cf-0441-48c3-b107-b16085152c4b
langcode: en
status: true
dependencies:
config:
- user.role.debug_api
module:
- user
id: user_add_role_action.debug_api
label: 'Add the Debug API role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: debug_api
14 changes: 14 additions & 0 deletions conf/cmi/system.action.user_remove_role_action.debug_api.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 3afae4ec-61b6-412b-a9c6-224717b15650
langcode: en
status: true
dependencies:
config:
- user.role.debug_api
module:
- user
id: user_remove_role_action.debug_api
label: 'Remove the Debug API role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: debug_api
14 changes: 14 additions & 0 deletions conf/cmi/user.role.debug_api.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 67b06cd5-1d28-4d03-9d65-c448989724e2
langcode: en
status: true
dependencies:
config:
- rest.resource.helfi_debug_data
module:
- rest
id: debug_api
label: 'Debug API'
weight: 5
is_admin: null
permissions:
- 'restful get helfi_debug_data'

0 comments on commit 098acbb

Please sign in to comment.