Inside the secrets manager I have create a secrets group ("accessData") and stored an username / password as Shared Secret ("SAPcredentials") in this group.
In my mule flow I now would like to access these, but I haven't figured out how. I hoped for a method smiliar to the way parameters are handled in dataweave or global configurations, e.g.
p('accessData.SAPcredentials')
or
${accessData.SAPcredentials}
But apparently that's wrong - any suggestion how to do it right?
question from:
https://stackoverflow.com/questions/65938466/access-values-from-anypoint-secrets-manager-in-dataweave 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…