cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

SDK Connector to access Config.yml Profile Key

mroldanvega
Executive Chef I
Executive Chef I

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. 

1 ACCEPTED SOLUTION

julie-reyes
Workato employee
Workato employee

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.

View solution in original post

2 REPLIES 2

julie-reyes
Workato employee
Workato employee

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.

blakesha
Deputy Chef II
Deputy Chef II

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.