Merge branch '15397-remove-obsolete-apis'
[arvados.git] / tools / salt-install / local.params.secrets.example
1 ##########################################################
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: CC-BY-SA-3.0
5
6 # These are the security-sensitive parameters to configure the installation
7
8 INITIAL_USER_PASSWORD="fixme"
9 MONITORING_PASSWORD=${INITIAL_USER_PASSWORD}
10
11 # YOU SHOULD CHANGE THESE TO SOME RANDOM STRINGS
12 BLOB_SIGNING_KEY=fixmeblobsigningkeymushaveatleast32characters
13 MANAGEMENT_TOKEN=fixmemanagementtokenmushaveatleast32characters
14 SYSTEM_ROOT_TOKEN=fixmesystemroottokenmushaveatleast32characters
15 ANONYMOUS_USER_TOKEN=fixmeanonymoususertokenmushaveatleast32characters
16 DATABASE_PASSWORD=fixmeplease_set_this_to_some_secure_value
17
18 LE_AWS_ACCESS_KEY_ID="FIXME"
19 LE_AWS_SECRET_ACCESS_KEY="fixme"
20
21 # Read https://doc.arvados.org/install/crunch2-cloud/install-compute-node.html#sshkeypair
22 # for details on how to create this key.
23 DISPATCHER_SSH_PRIVKEY="fixme"
24