Expand description
Secret-storage domain handlers for CocoonService.
GetSecret::Fn, StoreSecret::Fn, DeleteSecret::Fn.
Modulesยง
- Delete
Secret - Remove a value from the OS keychain.
- GetSecret
- Read a value from the OS keychain. The gRPC proto carries only
key; the app name is used as the keyring service scope. - Store
Secret - Persist a value to the OS keychain.