Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Azure Workload Identity authentication #117

Open
cldmstr opened this issue Nov 30, 2022 · 4 comments
Open

Add support for Azure Workload Identity authentication #117

cldmstr opened this issue Nov 30, 2022 · 4 comments

Comments

@cldmstr
Copy link
Contributor

cldmstr commented Nov 30, 2022

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?

@cldmstr
Copy link
Contributor Author

cldmstr commented Mar 20, 2023

Pull request: #155

@cldmstr
Copy link
Contributor Author

cldmstr commented Sep 12, 2023

@jimlambrt As the PR has now been merged, should I close this as well? Is there any action on the vault side necessary to the new version integrated, or is that handled automatically?

@jimlambrt
Copy link
Collaborator

I just opened a PR in vault for this: hashicorp/vault#22994

@jimlambrt
Copy link
Collaborator

There's also a PR for boundary as well: hashicorp/boundary#3706

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants