Skip to main content

Module Secret

Module Secret 

Source
Expand description

Secret-storage domain handlers for CocoonService. GetSecret::Fn, StoreSecret::Fn, DeleteSecret::Fn.

Modulesยง

DeleteSecret
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.
StoreSecret
Persist a value to the OS keychain.