Is the security_admin role required to clear the package_json field on the sys_app table? #11
-
ScenarioThere's an app that someone created. That app has package_json set so it means that someone made it Now SDK app. Because this code was never checked in by the creator into github, I need to init this app. ProblemBecause this is already an Now SDK app, I will get a
error. Work around would be to clear out This is a bit problematic not everyone on the team will be given |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
HI @shaumik100x
We are evaluating the need for the package_json field check when converting an app, thanks for your feedback |
Beta Was this translation helpful? Give feedback.
HI @shaumik100x
you should be in the app scope to be able to update the package_json field. Also you need to have
admin
role.admin
role is required for any now-sdk operations.We are evaluating the need for the package_json field check when converting an app, thanks for your feedback