cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

403 error when deploying a custom app into Dynatrace

AlexisGND
Participant

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?

AlexisGND_0-1712765961649.png

AlexisGND_1-1712766040644.png

 

2 REPLIES 2

PennyScully
Dynatrace Contributor
Dynatrace Contributor

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 

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

Featured Posts