Skip to content

Commit

Permalink
Merge pull request #80 from aOelschlager/oai-pmh-access
Browse files Browse the repository at this point in the history
OAI-PMH access for anonymous and authenticated users
  • Loading branch information
rosiel authored Apr 18, 2023
2 parents 82dcee7 + f243b5f commit f62d6b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/sync/user.role.anonymous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ status: true
dependencies:
config:
- filter.format.restricted_html
- rest.resource.oai_pmh
module:
- comment
- contact
- filter
- media
- rest
- system
_core:
default_config_hash: 6WavjUYXIegP9AAg2zXGx54MWIVoomC3SZhNiqe-Dyk
Expand All @@ -22,3 +24,4 @@ permissions:
- 'access site-wide contact form'
- 'use text format restricted_html'
- 'view media'
- 'restful get oai_pmh'
3 changes: 3 additions & 0 deletions config/sync/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ status: true
dependencies:
config:
- filter.format.basic_html
- rest.resource.oai_pmh
module:
- comment
- contact
- filter
- matomo
- media
- rest
- shortcut
- system
_core:
Expand All @@ -28,3 +30,4 @@ permissions:
- 'skip comment approval'
- 'use text format basic_html'
- 'view media'
- 'restful get oai_pmh'

0 comments on commit f62d6b4

Please sign in to comment.