From 822cbc04946f38b5f85ca3e459bf661430a3f04f Mon Sep 17 00:00:00 2001 From: mcilwain Date: Tue, 28 Feb 2017 09:29:11 -0800 Subject: [PATCH] Add missing newline to default-config.yaml ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148778586 --- java/google/registry/config/files/default-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/java/google/registry/config/files/default-config.yaml b/java/google/registry/config/files/default-config.yaml index 6f605fed3..07b71764f 100644 --- a/java/google/registry/config/files/default-config.yaml +++ b/java/google/registry/config/files/default-config.yaml @@ -195,6 +195,7 @@ kms: # GCP project containing the KMS keyring. Should only be used for KMS in # order to keep a simple locked down IAM configuration. projectId: registry-kms-project-id + # The name to use for the Cloud KMS KeyRing which will store encryption keys # for Nomulus secrets. keyringName: nomulus