You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
With this change in Aries, a consumer of the Aries KMS interface can now inject in their own storage without being limited by the overall Aries storage interface defined in the spi module. For now, I'm using a wrapper as a bridge solution (the kms.NewAriesProviderWrapper call) to allow the KMS project to continue functioning, but in order to reap the benefits of this new storage design we should create our own implementation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With this change in Aries, a consumer of the Aries KMS interface can now inject in their own storage without being limited by the overall Aries storage interface defined in the
spi
module. For now, I'm using a wrapper as a bridge solution (thekms.NewAriesProviderWrapper
call) to allow the KMS project to continue functioning, but in order to reap the benefits of this new storage design we should create our own implementation.The text was updated successfully, but these errors were encountered: