Upgrade the helm charts to Arvados 2.1.0.
[arvados-k8s.git] / charts / arvados / config / config.yml
index 292e1c42f922ea6f3762456ad77f88b03dfdc6bb..305df3decaf580618db1165b828fae5248cc9959 100644 (file)
@@ -5,6 +5,7 @@
 Clusters:
   {{ .Values.uuidPrefix }}:
     SystemRootToken: wifieSh9voog8Bae0ahgeG5aechee4Ahloo0Aiw8Aeg4Eiceiy6ku9Eghipha6an
+    ManagementToken: IeR3ahch3aehu1ahbiVoogio4jaeshashae5ienil2le2eequa6Ootho9yee2xua
     API:
       RailsSessionSecretToken: changeme
     Workbench:
@@ -24,8 +25,12 @@ Clusters:
           DNSServerConfDir: /tmp
           DNSServerConfTemplate: /var/www/arvados-api/current/config/unbound.template
     Login:
-      ProviderAppID: arvados-server
-      ProviderAppSecret: app_secret
+      Test:
+        Enable: true
+        Users:
+          admin:
+            Email: {{ .Values.adminUserEmail }}
+            Password: {{ .Values.adminUserPassword }}
     PostgreSQL:
       Connection:
         dbname: arvados_production
@@ -78,8 +83,6 @@ Clusters:
         InternalURLs:
           http://arvados-keep-store-0.arvados-keep-store:25107: {}
           http://arvados-keep-store-1.arvados-keep-store:25107: {}
-      SSO:
-        ExternalURL: https://{{ .Values.externalIP }}:3002
       WebDAV:
         ExternalURL: https://{{ .Values.externalIP }}:9002
         InternalURLs:
@@ -98,3 +101,4 @@ Clusters:
       AutoAdminFirstUser: true
       AutoSetupNewUsers: true
       NewUsersAreActive: true
+      AnonymousUserToken: {{ .Values.anonymousUserSecret }}