
Announcements
Hi,
I am new to Hashicorp vault and looking for information on how to fetch key/secrets from Hashicorp vault.
I have gone through few articles for hashicorp and got to know that it exposes api which can be used to fetch secrets but not sure how this can be implemented using Power Automate flows
Let me know if there is any reference available for the same.
Thanks in advance
Hi , @vkartikiyer
In Power Automate , it seems has no connector for the Hashicorp. And you said that you have the API to call Hashicorp.
So you need to create a custom connector to interact with HashiCorp Vault’s API. You can define actions to fetch secrets, authenticate, and manage tokens.
Custom connectors overview | Microsoft Learn
And you can try to use the Http action in Power Automate to see if it can call the API.
HTTP Request In Power Automate – An Introduction | Master Data Skills + AI (enterprisedna.co)
Best Regards,
Yueyun Zhang