mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
generate_secrets: Reformat list of autogenerated secrets.
This commit is contained in:
@@ -26,8 +26,14 @@ os.chdir(os.path.join(os.path.dirname(__file__), '..', '..'))
|
|||||||
|
|
||||||
CAMO_CONFIG_FILENAME = '/etc/default/camo'
|
CAMO_CONFIG_FILENAME = '/etc/default/camo'
|
||||||
|
|
||||||
AUTOGENERATED_SETTINGS = ['shared_secret', 'avatar_salt', 'rabbitmq_password', 'local_database_password',
|
# Standard, 64-bit tokens
|
||||||
'initial_password_salt']
|
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
|
# TODO: We can eliminate this function if we refactor the install
|
||||||
# script to run generate_secrets before zulip-puppet-apply.
|
# script to run generate_secrets before zulip-puppet-apply.
|
||||||
|
|||||||
Reference in New Issue
Block a user