-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Feature request : Patch a secret (real patch, not delete / post ) #269
Milestone
Comments
konidev20
added a commit
to konidev20/VaultSharp
that referenced
this issue
Jul 24, 2022
Hey @stephdep, I've created a draft PR for this Issue. It needs to be reviewed and also tested. |
Hi,
Next week I'm on holidays, but I'll check your PR right away when I get
back!
Kind regards,
StephDep
…On Sun, Jul 24, 2022 at 7:59 PM Srigovind Nayak ***@***.***> wrote:
Hey @stephdep <https://github.com/stephdep>,
I've created a draft PR for this Issue. It needs to be reviewed and also
tested.
—
Reply to this email directly, view it on GitHub
<#269 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEQKQX4BYJWVU3DG5HTWQDVVWAAJANCNFSM53RQBCCA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
konidev20
added a commit
to konidev20/VaultSharp
that referenced
this issue
Jul 31, 2022
Hey @konidev20, Any update on this? Thanks. Rick |
Hey @ric-sec, The review for the PR is still pending. You can take a build from the branch and check it out. Let me know if you want help with that. Thanks, |
rajanadar
pushed a commit
that referenced
this issue
Dec 6, 2022
* feat gh-269: Http method to patch a secret * chore : added PatchSecretDataRequest * chore : updated XML docs * chore : fixed Program.cs tests for Patch Secret Async * fix : updated the documentation in README.md * chore : udpated the Changelog.md for 1.9.0 TBD
Available here: https://www.nuget.org/packages/VaultSharp/1.7.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to security settings, we need to be able to patch a secret.
The current Patch method in the library seems to do a delete / Post, and we don't have Post rights, so this Patch method cannot be used.
Therefore we wrote a patch method ourselves, it would be nice to include this in the library.
`
public const string VaultDataPath = "/v1/secret/data/";
`
The text was updated successfully, but these errors were encountered: