10 Apr 2024 05:25 PM
Hello
I would like to create a custom application on dynatrace
so I followed the steps in the dynatrace developer documentation
npm run start works and runs the application locally
npm run deploy returns that the application has been built, but with forbidden access (403).
in the environment, the two outbound connection urls are inserted
with the screenshots below, can you tell me why the application won't deploy? what's the problem? is it a rights issue?
Solved! Go to Solution.
11 Apr 2024 09:20 AM
Hi @AlexisGND
This error usually indicates that you don't have the proper policies & permissions assigned. Please make sure you have the policy AppEngine developer and AppEngine user policy assigned. For more information, please have a look at this blog: https://www.dynatrace.com/news/blog/tailored-access-management-part-2-onboard-users-to-grail-and-app...
Most probably you are missing the permission "app-engine:apps:install"
Best,
Penny
12 Apr 2024 12:56 PM
Hello @PennyScully, thanks for your reply.
As an internship in my company, I ask for my manager to check on the environment permissions.
I will come back when I have a reponse.
Best regards,
Alexis