Skip to content

Commit 577c69f

Browse files
author
Matthew Fisher
committed
Merge pull request #3237 from bacongobbler/3231-remove-secretKey
docs(customizing_deis): remove unused registry secret key
2 parents 22b8346 + 03a9db0 commit 577c69f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docs/customizing_deis/registry_settings.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ setting description
2626
/deis/registry/host IP address of the host running registry
2727
/deis/registry/port port used by the registry service (default: 5000)
2828
/deis/registry/protocol protocol for registry (default: http)
29-
/deis/registry/secretKey used for secrets (default: randomly generated)
3029
=========================== =================================================================================
3130

3231
Settings used by registry

registry/bin/boot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function etcd_set_default {
4242

4343
# seed initial service configuration if necessary
4444
etcd_set_default protocol http
45-
etcd_set_default secretKey ${REGISTRY_SECRET_KEY:-`openssl rand -base64 64 | tr -d '\n'`}
4645
etcd_set_default bucketName ${BUCKET_NAME}
4746

4847
# wait for confd to run once and install initial templates

0 commit comments

Comments
 (0)