fix(config): ensure AnonymousUserToken is set
[arvados-formula.git] / pillar.example
index dcf7b5efb5e987b163dedf5fdc969a1e35505730..b8acf4514745c336e45e6dfb0fd8ef516e05bcbd 100644 (file)
@@ -65,13 +65,12 @@ arvados:
       host: 127.0.0.1
       password: changeme_arvados
       user: arvados
-      encoding: en_US.utf8
-      client_encoding: UTF8
       # You can pass extra database connections parameters here,
       # which will be rendered as yaml.
       # extra_conn_params:
       #  sslmode: prefer
       #  verify-ca: false
+      #  client_encoding: UTF8
 
 
     tls:
@@ -82,12 +81,13 @@ arvados:
 
     ### TOKENS
     tokens:
-      # SystemRootToken has to be alphanumeric, it does not accept underscores
-      # or special characters. See
-      # https://dev.arvados.org/issues/17150
+      # Secrets and tokens have to be +32 alphanumeric,
+      # it does not accept underscores or special characters.
+      # See https://dev.arvados.org/issues/17150
       system_root: changemesystemroottoken
       management: changememanagementtoken
-      rails_secret: changemerailssecrettoken
+      # The AnonymousUserToken can be set here or in the
+      # USers dictionary below. The latter will be used if set.
       anonymous_user: changemeanonymoususertoken
 
     ### KEYS