Create and Read Database Config #361
Replies: 2 comments
-
hi @treyhendon Vault is interacted in two ways by its actors.
In general VaultSharp is meant for option 2, since whoever wants to administer vault would typically use vault ui or vault cli, and not write an app utilizing vault sharp. However, since the uber goal of VaultSharp is to mimic every API of vault, what I do is give preference to the consumption APIs and ensure they are all there. And for the administrative apis, add them when a need arises. Long story short, that particular API doesn't exist in VaultSharp YET for the above reasons. Let me know if you would like to have that API, and I'll add it in the upcoming release in a week. |
Beta Was this translation helpful? Give feedback.
-
will be solved in #362 |
Beta Was this translation helpful? Give feedback.
-
Is it possible to create and read the
database/config
api?Specifically, I'm trying to recreate Step 2 in this Postgres Database Setup example: https://developer.hashicorp.com/vault/docs/secrets/databases/postgresql#setup
Beta Was this translation helpful? Give feedback.
All reactions