Skip to content

Commit

Permalink
generate_secrets: Reformat list of autogenerated secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed May 17, 2017
1 parent f970ea9 commit 03b5200
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scripts/setup/generate_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@

CAMO_CONFIG_FILENAME = '/etc/default/camo'

AUTOGENERATED_SETTINGS = ['shared_secret', 'avatar_salt', 'rabbitmq_password', 'local_database_password',
'initial_password_salt']
# Standard, 64-bit tokens
AUTOGENERATED_SETTINGS = [
'avatar_salt',
'initial_password_salt',
'local_database_password',
'rabbitmq_password',
'shared_secret',
]

# TODO: We can eliminate this function if we refactor the install
# script to run generate_secrets before zulip-puppet-apply.
Expand Down

0 comments on commit 03b5200

Please sign in to comment.