How to access Azure Key Vault from on prem ETL pipeline?
Hello,
I have an on prem VM with Windows Server 2022 that is joined to a local on prem AD domain.
I have a Key Vault in Azure with secrets.
Human users are hybrid and can authenticate to both on prem and Azure AD with their main corporate identities.
I need to some pipelines for ETL and DS prediction that run as a local machine account (not in any AD) or using the local machine identity.
How can the local on prem pipeline retrieve secrets from the Azure KeyVault?
Some of my ideas include: register the local machine in Azure AD? Import an Azure SPN into the local machine or into the local AD DS domain?