File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ Vault is required for the `contexts-service` to securely encrypt and decrypt sha
278
278
Vault should be setup as follows:
279
279
280
280
* Vault version `0.7` is the only version currently supported
281
- * It is highly recommend that Vault be configured with TLS enabled
281
+ * It is highly recommended that Vault be configured with TLS enabled
282
282
* There must be a `transit` mount available
283
283
* A token must be provided with permissions to manage keys and encrypt/decrypt data for the mounted `transit` backend
284
284
@@ -297,7 +297,7 @@ export CIRCLE_SECRETS_MONGODB_MAIN_URI="$MONGO_BASE_URI/circle_ghe?ssl=on"
297
297
export CIRCLE_SECRETS_MONGODB_ACTION_LOGS_URI="$MONGO_BASE_URI/circle_ghe?ssl=on"
298
298
export CIRCLE_SECRETS_MONGODB_BUILD_STATE_URI="$MONGO_BASE_URI/build_state_dev_ghe?ssl=on"
299
299
export CIRCLE_SECRETS_MONGODB_CONTAINERS_URI="$MONGO_BASE_URI/containers_dev_ghe?ssl=on"
300
- export CIRCLE_SECRETS_MONGODB_REMOTE_CONTAINERS_URI="$MONGO_BASE_URI/ remote_containers_dev_ghe?ssl=on"
300
+ export CIRCLE_SECRETS_MONGODB_REMOTE_CONTAINERS_URI="$MONGO_BASE_URI/remote_containers_dev_ghe?ssl=on"
301
301
302
302
# Postgres DB
303
303
export POSTGRES_HOST="<hostname >"
You can’t perform that action at this time.
0 commit comments