But it looks like it’s only available in ONE, not in runtime server. And that this is v15. We are still on v14 right now.
Any chance this could be available in runtime server at some point?
( cc @Scott Barden@DannyRyan )
I drew a diagram hoping to make it clearer
If someone from Ataccama has any comments it would be greatly appreciated!
Anyone has any ideas?
I suppose this actually extends beyond keyvault. What if when you need to do OAuth / any authentication method that goes beyond the simple username/password or client_id/client_secret, short of storing the creds in plain text in a json call step (or passing as parameters from .ewf or .sch, but it’ll still be on plain text in git project), what other options do I have?
(Cheekily tagging @AKislyakov - have you had to deal with something like this before?)
Hi @maykwok_hamilton,
The only supported authentication options for URL resources in Runtime Server are: Basic, Open ID Connect (with client/secret) and mTLS. The Secret Manager you mentioned is only applicable for One Gen2 sources.
Can’t speak for any authentication method, but for OAuth2 there is an option to send client_id/client_secret via Basic auth header. So, your first call will look like following (these are connections ##2 and 3 on your diagram, but they go to Microsoft OAuth):