How to get credentials from Azure Key Vault via ThingWorx
Hello,
help required to retrieve credentials from Azure Vault to thingworx, this will later be used to in Thingworx configurations.
please help.
Regards,
Janakiraman
Hello,
help required to retrieve credentials from Azure Vault to thingworx, this will later be used to in Thingworx configurations.
please help.
Regards,
Janakiraman
Hello,
I wouldn't do this from ThingWorx if I were you. Cloud compute workloads rarely access secrets directly, and instead they expect to be configured from the outside. So I would instead create an Azure Function, which would access those secrets and inject them into your running ThingWorx instance via REST. You can then trigger that function manually or from your CI/CD pipeline.
/ Constantine
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.