Data Manipulation Plugin's Authorization

Hi guys, I am using the Data Manipulation Plugin, I wonder whether or not the plugin allows me to configure authorization for input forms since I have some forms that need to be written by PM role so I don’t want another role like the developer can be able to write something on that form. Do you guys have any solutions for my case?

@quangvdm00 Authorization depends on the use case. If you are using Rest API you can set Authorization in the Header, which is less secure, but works out of the box.

If you are using Data Source, then configure secrets in the Data Source configuration. It’s secure and recommended way.


My question is whether or not we can be able to disable these input sections if they are not in the role list that we allowed.

You can set conditional visibility for each element: Form Elements | Volkov Labs