Alexander Scheel
Alexander Scheel
Merging based on out-of-band discussion with @satoqz. Thank you!
@olegdayo If you (or anyone else!) wants to implement this, happy to take a PR! I will note that `PUT` verb should work just fine with Transit.
@Nivedita-coder @olegdayo Let me know if you want a feature branch and I can create one. Then you can both provide PRs and we can merge it when it is...
@olegdayo @Nivedita-coder https://github.com/openbao/openbao/tree/transit-client has been created :-)
@olegdayo Yes; you'll just set the PR target from your fork to the feature branch. But that way you don't need a single large PR, it can be created incrementally...
@olegdayo @Nivedita-coder I'm hoping to have a few design notes next week; I should be meeting with @DanGhita about a separate proposal related to the external keys support in #1320,...
@Nivedita-coder Thanks! I realized I didn't really add context for why, but I'm trying to gauge general patterns across other KMS libraries. https://pkg.go.dev/github.com/ovh/okms-sdk-go appears to have separate generation functions and...
👋 Hey @Nivedita-coder, did you have a chance to look at the table?
@Nivedita-coder Here in the comments is just fine :-)
Hey @Nivedita-coder! Sorry, I completely missed this. This makes sense! Some observations: 1. Most calls seem to be either using the Options parameter or a config struct. I think the...