Hello,
I've written several scripts for various tasks with the Dynatrace API but updated security requirements are going to be prohibiting me from having our API token hard coded in the script. I was wondering how others have dealt with this... how I can pass a credential to the API without having it in the actual script that would satisfy our security team.
Thanks in advance for any thoughts on this.
-Jeff
Hi,
Maybe you can use environment variables or asking token in prompt.
Best regards