Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name of the secret store Name = secrets.TypeGCloud // GoogleKmsResourceKey corresponds to the asymmetric resource id GoogleKmsResourceKey = "GOOGLE_KMS_RESOURCE_ID" // KMSKvdbkey is used to setup Google KMS Secret Store with kvdb for persistence KMSKvdbKey = "KMS_KVDB" )
Variables ¶
View Source
var ( // ErrInvalidKvdbProvided is returned when an incorrect KVDB implementation is provided for persistence store. ErrInvalidKvdbProvided = errors.New("Invalid kvdb provided. Google Cloud KMS works in conjuction with a kvdb") // ErrGoogleKmsResourceKeyNotProvided is returned when GOOGLE_KMS_RESOURCE_ID is not provided ErrGoogleKmsResourceKeyNotProvided = errors.New("Google KMS asymmetric key resource ID is not provided") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.