mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
* Make keyring use SecretManager as sole storage The Keyring will only use the SecretManager as storage. Accesses to the Datastore are removed. Also consolidated KmsKeyringTest into KmsKeyingUpdaterTest. The latter is left with its original name to facilitate code reviews. It will be renamed in planned cleanups. Additional cleanup is left for a future PR. These include: - Remove KmsConnection and its associated injection modules - Remove KmsSecretRevision from SQL schema and code - Rename relevant files to more appropriate names.