X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/df42b08093c924e65da094864a0451b8b70a8258..b2bf1ddbc82a8a7a61801f14dea3a80a499bfa66:/test/salt/pillar/arvados_dev.sls diff --git a/test/salt/pillar/arvados_dev.sls b/test/salt/pillar/arvados_dev.sls index 35a5bff..2160b93 100644 --- a/test/salt/pillar/arvados_dev.sls +++ b/test/salt/pillar/arvados_dev.sls @@ -67,6 +67,13 @@ arvados: user: arvados 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,23 +83,18 @@ arvados: ### TOKENS tokens: - system_root: changemesystemroottoken - management: changememanagementtoken - 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: @@ -108,6 +110,7 @@ arvados: Root: /tmp Users: + AnonymousUserToken: anonymoususertokensetintheusersdict NewUsersAreActive: true AutoAdminFirstUser: true AutoSetupNewUsers: true