-
Notifications
You must be signed in to change notification settings - Fork 10
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 Proposal: Access to Secret Metadata #7
Comments
Sorry for delayed answer. It could definitively be an interesting feature. |
@jambonrose I would be happy to review/merge your PR(s) |
Great! Thanks for considering the feature, and no worries about the delay. We've made a few changes to the library on our end:
My proposal was originally just for item 4. Would you be interested in some of this other work on our end, and if so, would you like this work in individual PRs or all-together? Finally, we have not modified any code around KV v1. Given the changes in TrueTickets#5, would you expect similar changes to KV v1? We're going to be testing these changes later today. Once I confirm that all of this works as expected, I will open a PR (or several) for you to consider. |
I think the first 3 can be in one PR and the 4th in another one, if that's fine for you. |
@jambonrose Any update on this? Thanks |
We have not forgotten about this! We'll be swinging back around on this front ASAP. |
Thanks for the library! We've enjoyed using it at work.
We'd like to continue using it, but we need to access metadata for our secrets (specifically the version of the secret). Would you be open to a pull request that modified
Client.GetSecret()
such that thevaultSecretKV2.Metadata
is included onSecret
struct returned byClient.GetSecret()
?Thanks for taking the time to consider the feature.
The text was updated successfully, but these errors were encountered: