amperity / vault-clj

Clojure client for Hashicorp's Vault secret management system.
Other
70 stars 17 forks source link

Implement system wrapping interface. #93

Closed brendonjwong closed 1 year ago

brendonjwong commented 1 year ago

Implemented the /sys/wrapping endpoints in vault.sys.wrapping. This PR covers the first part of https://github.com/amperity/vault-clj/issues/85 - the second part

This should also include a helper function to authenticate the client by unwrapping a token and then resolving its auth to properly set the renewal properties

will be handled in a followup PR.

All methods covered by integration tests.

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (vault-2.x-rewrite@d229db2). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## vault-2.x-rewrite #93 +/- ## ==================================================== Coverage ? 57.80% ==================================================== Files ? 19 Lines ? 1441 Branches ? 31 ==================================================== Hits ? 833 Misses ? 577 Partials ? 31 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=amperity). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=amperity)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.