Closed aagamLF closed 2 years ago
In the latest version of the plugin (2.4.0), we updated the permission system so that there is no longer a need to manually create entries in the database to workaround the issue.
It should be noted that we only intend on read type operations (e.g. find
, findOne
and count
) to be available via the User permissions. Any write operations should be proxied through an implemented middleware using admin permissions.
@erikpena Can you please explain how submitDirectUpload can be called via a proxy through admin permissions?
Hi,
I am facing an issue with the plugin permissions being deleted from the permission table of Strapi. Steps to reproduce:
Remove all the mux-asset permission for that role (create, find, findOne, update, submitDirectUpload)
Navigate away to any screen and come back to re-enable the permissions. We notice that the mux-video-uploader permissions section is missing all together.
Strapi: v4.3.4 strapi-plugin-mux-video-uploader: v2.3.0 DB: Postgres SQL v13.7
Thanks