From 53a1febb7c349631ff21eb51a7a1ed704453e563 Mon Sep 17 00:00:00 2001 From: Edward Malinowski Date: Thu, 30 Jan 2020 15:50:54 -0600 Subject: [PATCH] fix(fence-migration): Set enable db migration to be false by default to match cloud-automation --- templates/fence-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/fence-config.yaml b/templates/fence-config.yaml index e36156c..4e35331 100644 --- a/templates/fence-config.yaml +++ b/templates/fence-config.yaml @@ -66,6 +66,8 @@ ENABLE_CSRF_PROTECTION: true # OPEN ID CONNECT (OIDC) CLIENTS # - Fully configure at least one client so login works # ////////////////////////////////////////////////////////////////////////////////////// +ENABLE_DB_MIGRATION: false + OPENID_CONNECT: # These Google values must be obtained from Google's Cloud Console # Follow: https://developers.google.com/identity/protocols/OpenIDConnect