21 Jun 2024 04:13 PM - last edited on 20 Aug 2024 02:32 PM by Michal_Gebacki
Hello I hope location is ok?
See below monaco results, anybody has any thoughts why not?
Or is this just a no no on credentials?
KR Henk
Solved! Go to Solution.
21 Jun 2024 08:52 PM
Credentials cannot be retrieved fully using API so Monaco ignores them.
21 Jun 2024 09:43 PM
Hi @henk_stobbe ,
You can check link: https://docs.dynatrace.com/docs/shortlink/configuration-as-code-commands#download-filters
Also you can check if api type is supported in this link https://docs.dynatrace.com/docs/shortlink/configuration-as-code-supported-configuration#configs
23 Jun 2024 08:04 PM
Sorry need to post a follow up, thank for your replies so far!
24 Jun 2024 07:08 AM
Hi Henk,
I would suggest this is a security posture. Standard security practice around secrets management is that once a 'credential' is written to a secure location, that it cannot be retrieved in clear text and only replaced or deleted.
This prevents unauthorized access and future exploitation.
Thanks