Replies: 3 comments 3 replies
-
hi @mavaddat How does HCP Vault Secrets related to the core Vault APIs? Can you please point me to the vault api or vault cli ability? |
Beta Was this translation helpful? Give feedback.
-
thanks @mavaddat . What I meant to say was, CONCEPTUALLY should i treat HCP Vault Secrets as
1 seems to be okay. Let me think through a bit and update you on next steps. |
Beta Was this translation helpful? Give feedback.
-
@mavaddat , it makes sense for VaultSharp to be the single client library for all things Vault. Right now, there are 3 flavors of Vault:
1&2 is the same Vault binary, just hosted differently. As such, VaultSharp already caters to it. It doesn't matter, where you host the Vault Api. For 3, this thread, it is a new set of apis, new server instance, new way to do auth, new request/response models. However, the concept remains the same that, the server system is a type of vault holding secrets, and as a client, you need access to it using a good library. I could write a totally new client for it, or i could also provide a second set of interfaces on the current one. In the next days, I'll be designing the initial structure of the library. |
Beta Was this translation helpful? Give feedback.
-
I was wondering if VaultSharp provides the ability to authenticate with HCP Vault Secrets.
If not, I would like to implement this in the
AuthMethods
.Beta Was this translation helpful? Give feedback.
All reactions