packer-plugin-azure icon indicating copy to clipboard operation
packer-plugin-azure copied to clipboard

Azure Keyvault Datasource

Open NicolasFloquet opened this issue 4 years ago • 3 comments

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

Add support for azure keyvault as a datasource, similarly to terraform azurerm keyvault datasource

Use Case(s)

  • use any secret, key or certificate from keyvault in providers

Potential configuration

data "azurerm_key_vault_secret" "example" {
  name         = "secret-sauce"
  key_vault_id = "my-keyvault-id"
}

Potential References

NicolasFloquet avatar May 11 '21 09:05 NicolasFloquet

By the way, I have some some code already on my side, I can provide a pull request quite soon

NicolasFloquet avatar May 11 '21 09:05 NicolasFloquet

Sounds great @NicolasFloquet! We will be super happy to review your PR 😃

sylviamoss avatar May 12 '21 09:05 sylviamoss

Hi all!

Sorry for the question, is there a particular reason in closing the PR #89 without merging it?

Thanks

fsforza avatar Sep 25 '23 13:09 fsforza