didcomm-rust icon indicating copy to clipboard operation
didcomm-rust copied to clipboard

Refactor SecretsResolver to KMS

Open dkulic opened this issue 1 year ago • 2 comments

The idea is to refactor SecretsResolver which provided the private key to the library, so that it does not need to hand it down. KMS will do the operations with the private key by itself.

dkulic avatar Sep 20 '23 07:09 dkulic

For continuity for current users of this library, there should be a provided KMS implementation that uses the old SecretsResolver interface. That way, people following the SecretsResolver model may continue to do so without needing to make more substantial changes to support a KMS approach.

dbluhm avatar Sep 22 '23 18:09 dbluhm

@yvgny any progress on this PR review?

itsbalamurali avatar Dec 06 '23 20:12 itsbalamurali