16314: Support "Test" authentication type.
[arvados.git] / lib / config / config.default.yml
index 270d4045b5aaa395ee9b5c749763a601f35e1b6b..cac0ac61d70fe6c3e86458bd11c13ee799d15dd3 100644 (file)
@@ -686,6 +686,16 @@ Clusters:
         ProviderAppID: ""
         ProviderAppSecret: ""
 
+      Test:
+        # Authenticate users listed here in the config file. This
+        # feature is intended to be used in test environments, and
+        # should not be used in production.
+        Enable: false
+        Users:
+          SAMPLE:
+            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
       # (login cluster must appear in RemoteClusters with Proxy: true)