mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +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' | ||||
|  | ||||
| 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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user