X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/f15bb9f94b4195b6520eaf75fd4eef080c857f2b..d5bd87b8c7f1382e939ea5865f07e6a873ea9083:/test/salt/pillar/arvados_dev.sls diff --git a/test/salt/pillar/arvados_dev.sls b/test/salt/pillar/arvados_dev.sls index 51d650e..2160b93 100644 --- a/test/salt/pillar/arvados_dev.sls +++ b/test/salt/pillar/arvados_dev.sls @@ -65,8 +65,15 @@ arvados: host: 127.0.0.1 password: changeme_arvados user: arvados - encoding: en_US.utf8 - client_encoding: UTF8 + extra_conn_params: + client_encoding: UTF8 + # Centos7 does not enable SSL by default, so we disable + # it here just for testing of the formula purposes only. + # You should not do this in production, and should + # configure Postgres certificates correctly + {%- if grains.os_family in ('RedHat',) %} + sslmode: disable + {%- endif %} tls: # certificate: '' @@ -76,24 +83,18 @@ arvados: ### TOKENS tokens: - system_root: changemesystemroottoken - management: changememanagementtoken - rails_secret: changemerailssecrettoken - anonymous_user: changemeanonymoususertoken + system_root: systemroottokenmushaveatleast32characters + management: managementtokenmushaveatleast32characters ### KEYS secrets: - blob_signing_key: changemeblobsigningkey - workbench_secret_key: changemeworkbenchsecretkey + blob_signing_key: blobsigningkeymushaveatleast32characters + workbench_secret_key: workbenchsecretkeymushaveatleast32characters dispatcher_access_key: changemedispatcheraccesskey dispatcher_secret_key: changemedispatchersecretkey keep_access_key: changemekeepaccesskey keep_secret_key: changemekeepsecretkey - AuditLogs: - Section_to_ignore: - - some_random_value - ### VOLUMES ## This should usually match all your `keepstore` instances Volumes: @@ -109,6 +110,7 @@ arvados: Root: /tmp Users: + AnonymousUserToken: anonymoususertokensetintheusersdict NewUsersAreActive: true AutoAdminFirstUser: true AutoSetupNewUsers: true