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

Azure Keyvault Datasource #83

Open
NicolasFloquet opened this issue May 11, 2021 · 3 comments
Open

Azure Keyvault Datasource #83

NicolasFloquet opened this issue May 11, 2021 · 3 comments

Comments

@NicolasFloquet
Copy link

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
Copy link
Author

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

@sylviamoss
Copy link
Contributor

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

@fsforza
Copy link

fsforza commented Sep 25, 2023

Hi all!

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

Thanks

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

Successfully merging a pull request may close this issue.

3 participants