<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Strategy for using credential vault with Monaco in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Strategy-for-using-credential-vault-with-Monaco/m-p/280644#M36941</link>
    <description>&lt;P&gt;I was wondering how others tackle the need of configuring e.g. workflows with monaco, where in some steps a credential needs to be loaded from the vault. And that accross multiple environments.&lt;/P&gt;
&lt;P&gt;Example:&lt;BR /&gt;I create a workflow which uses at some point a credential from the vault. This is deployed via monaco, just fine. The credential ID is hardcoded and then used in the workflow:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;LI-CODE lang="javascript"&gt;"http_create_alerts": {
"name": "http_create_alerts",
...
"method": "POST",
"headers": {
"Content-Type": "application/json"
},
"payload": "...",
    "credential": {
    "type": "token",
    "tokenPrefix": "ApiToken",
    "credentialId": "CREDENTIAL-VAULT-12132323"
}&lt;/LI-CODE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Now if i push this to another environment, where the credential (with same name) exists in the vault, this obviously won't work (the ID differs).&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;In the workflow definition I'd rather specify the credential NAME to fetch the right one, or even better manage the credential via monaco so that it can properly reference it's ID?&lt;BR /&gt;&lt;BR /&gt;Does anyone have a strategy for that, maybe?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 23 Dec 2025 14:31:57 GMT</pubDate>
    <dc:creator>r_weber</dc:creator>
    <dc:date>2025-12-23T14:31:57Z</dc:date>
    <item>
      <title>Strategy for using credential vault with Monaco</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Strategy-for-using-credential-vault-with-Monaco/m-p/280644#M36941</link>
      <description>&lt;P&gt;I was wondering how others tackle the need of configuring e.g. workflows with monaco, where in some steps a credential needs to be loaded from the vault. And that accross multiple environments.&lt;/P&gt;
&lt;P&gt;Example:&lt;BR /&gt;I create a workflow which uses at some point a credential from the vault. This is deployed via monaco, just fine. The credential ID is hardcoded and then used in the workflow:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;LI-CODE lang="javascript"&gt;"http_create_alerts": {
"name": "http_create_alerts",
...
"method": "POST",
"headers": {
"Content-Type": "application/json"
},
"payload": "...",
    "credential": {
    "type": "token",
    "tokenPrefix": "ApiToken",
    "credentialId": "CREDENTIAL-VAULT-12132323"
}&lt;/LI-CODE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Now if i push this to another environment, where the credential (with same name) exists in the vault, this obviously won't work (the ID differs).&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;In the workflow definition I'd rather specify the credential NAME to fetch the right one, or even better manage the credential via monaco so that it can properly reference it's ID?&lt;BR /&gt;&lt;BR /&gt;Does anyone have a strategy for that, maybe?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Dec 2025 14:31:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Strategy-for-using-credential-vault-with-Monaco/m-p/280644#M36941</guid>
      <dc:creator>r_weber</dc:creator>
      <dc:date>2025-12-23T14:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Strategy for using credential vault with monaco</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Strategy-for-using-credential-vault-with-Monaco/m-p/280875#M36972</link>
      <description>&lt;P&gt;I use only &lt;A href="https://docs.dynatrace.com/docs/shortlink/configuration-as-code-yaml-configuration#env-overrides" target="_blank"&gt;overrides per environment&lt;/A&gt;&amp;nbsp;. Entity lookups are, afaik, impossible with Monaco only. Entity lookup by name can be ambiguous. You create credential vault entries only once, so it should not be that difficult.&lt;BR /&gt;Having monaco parameter type of type entity lookup would be awesome anyway.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 20:20:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Strategy-for-using-credential-vault-with-Monaco/m-p/280875#M36972</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-07-04T20:20:27Z</dc:date>
    </item>
  </channel>
</rss>

