Merge branch '16678-login-tokens-lifetime-config'
[arvados.git] / lib / config / generated_config.go
index f5004667b23f077750046cd7d0a567832e4e47a8..cbb73d97b81f62f538de77d9b6a7fe563bdc49f7 100644 (file)
@@ -695,6 +695,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)