Support for passing KeyVault access token for when CMK is Azure KeyVault reference #715
Unanswered
ThibaultLesuisse
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request
We currently deploy our DACPAC's with
sqlpackagein our Azure DevOps pipeline. We now want to enable Column Encryption with CMK and CEK on our Azure Databases. Other tools like theSqlServerPowershell Module have support for passing a KeyVault AccessToken. Currently thesqlpackagesupports passing the clientId and clientSecret of the Service Principal that has access to a KeyVault. We use workload identity for the Service Connections so we don't have a clientSecret. To gain access to certain Azure resources we exchange our token for an access token to that specific resource. Could thesqlpackagealso accept an Azure Keyvault AccessToken so we can continue to use workload identity based Service Connections?Beta Was this translation helpful? Give feedback.
All reactions