We run our vault instance in AKS and want to use the new Azure Workload Identity service to authenticate against Azure resources when using Azure keyvault for the unseal key handling.
This requires the Azure keyvault authentication to support the Workload Identity Federation mechanism.
Here is an implementation (leaning heavily on the Azure example) that I patched vault with and that runs successfully in our cluster.
Would it be possible to integrate this or something like it in the go-kms-wrapping module and then into the official vault release?