12-08-2023 04:33 AM
Hi,
Is it possible to access profile key from SDK?
We're trying to connect to on-prem web services but need to retrieve a key from profile that is retrieved from Azure Key Vault.
Solved! Go to Solution.
01-15-2024 12:49 AM
Hi,
Unfortunately, this function is not supported at the moment. However, you can utilize our Developer API if the profile key is stored in the environment properties.
01-15-2024 12:49 AM
Hi,
Unfortunately, this function is not supported at the moment. However, you can utilize our Developer API if the profile key is stored in the environment properties.
09-09-2024 06:57 PM
If you are just using the Connector SDK and not an OPA extension could you not just code the connector to first retrieve the secret from the Key Vault with a get within the ruby code, then use that result of that get to populate the required details for the follow up post/get to the on-premises web service. You would just then need to build your custom connector to take the app registration details for the key vault as inputs on the connection. Just as a workaround.