Merge branch '16678-login-tokens-lifetime-config'
[arvados.git] / lib / config / config.default.yml
index c392d8638d88d424cb41b8b7b748fda934d5f8d6..6c47a068e98a4c9612e3fe55f69cd9f2d7bdac6b 100644 (file)
@@ -689,6 +689,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)