1
0
mirror of https://github.com/google/nomulus synced 2026-01-11 00:10:36 +00:00

Add Cloud KMS based secret storage

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=147791972
This commit is contained in:
shikhman
2017-02-16 17:55:19 -08:00
committed by Ben McIlwain
parent ab6e7b177a
commit be30ecdf66
24 changed files with 2255 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ import google.registry.model.registry.Registry;
import google.registry.model.registry.label.PremiumList;
import google.registry.model.registry.label.ReservedList;
import google.registry.model.reporting.HistoryEntry;
import google.registry.model.server.KmsSecret;
import google.registry.model.server.KmsSecretRevision;
import google.registry.model.server.Lock;
import google.registry.model.server.ServerSecret;
import google.registry.model.smd.SignedMarkRevocationList;
@@ -90,6 +92,8 @@ public final class EntityClasses {
GaeUserIdConverter.class,
HistoryEntry.class,
HostResource.class,
KmsSecret.class,
KmsSecretRevision.class,
Lock.class,
LogsExportCursor.class,
LrpTokenEntity.class,