Fix config key case.
authorTom Clegg <tom@tomclegg.ca>
Fri, 21 Aug 2020 20:40:34 +0000 (16:40 -0400)
committerTom Clegg <tom@tomclegg.ca>
Fri, 21 Aug 2020 20:40:34 +0000 (16:40 -0400)
refs #16314

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

lib/config/config.default.yml
lib/config/generated_config.go

index 8b6c1ce56ba20704411a3bac792c9b17c29e99bd..f84c60192f2854571292dc05c466ab40b66d71ec 100644 (file)
@@ -696,8 +696,8 @@ Clusters:
         Enable: false
         Users:
           SAMPLE:
-            email: alice@example.com
-            password: xyzzy
+            Email: alice@example.com
+            Password: xyzzy
 
       # The cluster ID to delegate the user database.  When set,
       # logins on this cluster will be redirected to the login cluster
index 74879d23999a68ab1fb0406f13c5d067955711e8..25eaa7d30cd20221a1eb2330e9867d88de5cbd95 100644 (file)
@@ -702,8 +702,8 @@ Clusters:
         Enable: false
         Users:
           SAMPLE:
-            email: alice@example.com
-            password: xyzzy
+            Email: alice@example.com
+            Password: xyzzy
 
       # The cluster ID to delegate the user database.  When set,
       # logins on this cluster will be redirected to the login cluster