Bump Arvados to 2.2.0. Bump the rails-runtime image to Ubuntu 20.04
[arvados-k8s.git] / charts / arvados / config / config.yml
index 2896474f83f3e45dd03ec547ab27be9fdcdd3553..76bc0de399910f08da0a233119324b8a93764a21 100644 (file)
@@ -6,8 +6,6 @@ Clusters:
   {{ .Values.uuidPrefix }}:
     SystemRootToken: wifieSh9voog8Bae0ahgeG5aechee4Ahloo0Aiw8Aeg4Eiceiy6ku9Eghipha6an
     ManagementToken: IeR3ahch3aehu1ahbiVoogio4jaeshashae5ienil2le2eequa6Ootho9yee2xua
-    API:
-      RailsSessionSecretToken: changeme
     Workbench:
       SecretKeyBase: ooTho2Ek8ainiegiong7eiGh2te2roP6aevaigheerizahquee2shahziengoh3y
     Collections:
@@ -25,8 +23,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
@@ -79,12 +81,12 @@ 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
+        ExternalURL: https://{{ .Values.externalIP }}:9002/
         InternalURLs:
           "http://localhost:29002": {}
+      WebDAVDownload:
+        ExternalURL: https://{{ .Values.externalIP }}:9002
       Websocket:
         ExternalURL: wss://{{ .Values.externalIP }}:9003/websocket
         InternalURLs:
@@ -99,3 +101,4 @@ Clusters:
       AutoAdminFirstUser: true
       AutoSetupNewUsers: true
       NewUsersAreActive: true
+      AnonymousUserToken: {{ .Values.anonymousUserSecret }}