Package google.registry.keyring.kms
-
Interface Summary Interface Description KmsConnection An abstraction to simplify Cloud KMS operations. -
Class Summary Class Description KmsKeyring AKeyring
implementation which stores encrypted secrets in Datastore and decrypts them using encryption keys stored in Cloud KMS.KmsModule Dagger module for Cloud KMS.KmsUpdater TheKmsUpdater
accumulates updates to aKmsKeyring
and persists them to KMS and Datastore when closed.