Documentation ¶
Index ¶
Constants ¶
View Source
const ( AWSKMSURI = "kms://aws?keyPolicy=%s" AzureKMSURI = "kms://azure-kms?name=%s&type=%s" AzureHSMURI = "kms://azure-hsm?name=%s" GCPKMSURI = "kms://gcp?project=%s&location=%s&keyRing=%s&protectionLvl=%s" ClusterKMSURI = "kms://cluster-kms" AWSS3URI = "storage://aws?bucket=%s" AzureBlobURI = "storage://azure?container=%s&connectionString=%s" GCPStorageURI = "storage://gcp?projects=%s&bucket=%s" NoStoreURI = "storage://no-store" )
Well known endpoints for KMS services.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KMSInformation ¶
KMSInformation about an existing KMS.
Click to show internal directories.
Click to hide internal directories.