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
Basically I'm thinking each of the current SecretStores has a metadataStore param passed in at init.
The metadata store would have an API for basically providing arbitrary metadata for a few diff functions (access log, key comment, etc). Keeping this in the keychain would prevent other processes from modifying it.
Basically I'm thinking each of the current
SecretStore
s has ametadataStore
param passed in at init.The metadata store would have an API for basically providing arbitrary metadata for a few diff functions (access log, key comment, etc). Keeping this in the keychain would prevent other processes from modifying it.
May also allow us to do #56
Inspired by #190
The text was updated successfully, but these errors were encountered: