Set KmsKeyring as the default Keyring

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=161113761
This commit is contained in:
guyben 2017-07-06 12:22:21 -07:00 committed by Ben McIlwain
parent 0013312f5c
commit 1f25a862e6
4 changed files with 2 additions and 4 deletions

View file

@ -35,6 +35,7 @@ import java.util.concurrent.ExecutionException;
@Entity
@Unindex
@NotBackedUp(reason = Reason.AUTO_GENERATED)
// TODO(b/27427316): Replace this with an entry in KMSKeyring
public class ServerSecret extends CrossTldSingleton {
/**