Skip to content

Commit

Permalink
Merge pull request #273 from Vizzuality/develop-fix-permissions
Browse files Browse the repository at this point in the history
Restore CMS public permissions
  • Loading branch information
SARodrigues authored Jun 21, 2024
2 parents f370a80 + 1a61fde commit c8c741f
Showing 1 changed file with 136 additions and 1 deletion.
137 changes: 136 additions & 1 deletion cms/config/sync/user-role.public.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,141 @@
"description": "Default role given to unauthenticated user.",
"type": "public",
"permissions": [
{
"action": "api::contact-detail.contact-detail.find"
},
{
"action": "api::data-info.data-info.find"
},
{
"action": "api::data-info.data-info.findOne"
},
{
"action": "api::data-source.data-source.find"
},
{
"action": "api::data-source.data-source.findOne"
},
{
"action": "api::data-tool-ecosystem.data-tool-ecosystem.find"
},
{
"action": "api::data-tool-ecosystem.data-tool-ecosystem.findOne"
},
{
"action": "api::data-tool-language.data-tool-language.find"
},
{
"action": "api::data-tool-language.data-tool-language.findOne"
},
{
"action": "api::data-tool-resource-type.data-tool-resource-type.find"
},
{
"action": "api::data-tool-resource-type.data-tool-resource-type.findOne"
},
{
"action": "api::data-tool.data-tool.find"
},
{
"action": "api::data-tool.data-tool.findOne"
},
{
"action": "api::dataset.dataset.find"
},
{
"action": "api::dataset.dataset.findOne"
},
{
"action": "api::fishing-protection-level-stat.fishing-protection-level-stat.find"
},
{
"action": "api::fishing-protection-level-stat.fishing-protection-level-stat.findOne"
},
{
"action": "api::fishing-protection-level.fishing-protection-level.find"
},
{
"action": "api::fishing-protection-level.fishing-protection-level.findOne"
},
{
"action": "api::habitat-stat.habitat-stat.find"
},
{
"action": "api::habitat-stat.habitat-stat.findOne"
},
{
"action": "api::habitat.habitat.find"
},
{
"action": "api::habitat.habitat.findOne"
},
{
"action": "api::layer.layer.find"
},
{
"action": "api::layer.layer.findOne"
},
{
"action": "api::location.location.find"
},
{
"action": "api::location.location.findOne"
},
{
"action": "api::mpa-protection-coverage-stat.mpa-protection-coverage-stat.find"
},
{
"action": "api::mpa-protection-coverage-stat.mpa-protection-coverage-stat.findOne"
},
{
"action": "api::mpa.mpa.find"
},
{
"action": "api::mpa.mpa.findOne"
},
{
"action": "api::mpaa-establishment-stage-stat.mpaa-establishment-stage-stat.find"
},
{
"action": "api::mpaa-establishment-stage-stat.mpaa-establishment-stage-stat.findOne"
},
{
"action": "api::mpaa-establishment-stage.mpaa-establishment-stage.find"
},
{
"action": "api::mpaa-establishment-stage.mpaa-establishment-stage.findOne"
},
{
"action": "api::mpaa-protection-level-stat.mpaa-protection-level-stat.find"
},
{
"action": "api::mpaa-protection-level-stat.mpaa-protection-level-stat.findOne"
},
{
"action": "api::mpaa-protection-level.mpaa-protection-level.find"
},
{
"action": "api::mpaa-protection-level.mpaa-protection-level.findOne"
},
{
"action": "api::protection-coverage-stat.protection-coverage-stat.find"
},
{
"action": "api::protection-coverage-stat.protection-coverage-stat.findOne"
},
{
"action": "api::protection-status.protection-status.find"
},
{
"action": "api::protection-status.protection-status.findOne"
},
{
"action": "api::static-indicator.static-indicator.find"
},
{
"action": "api::static-indicator.static-indicator.findOne"
},
{
"action": "plugin::users-permissions.auth.callback"
},
Expand All @@ -25,4 +160,4 @@
"action": "plugin::users-permissions.auth.sendEmailConfirmation"
}
]
}
}

0 comments on commit c8c741f

Please sign in to comment.