mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Leave sign_pub_messages off by default.
This commit is contained in:
parent
b0501515cb
commit
a82b005507
1 changed files with 3 additions and 3 deletions
|
@ -883,7 +883,7 @@ DEFAULT_MINION_OPTS = {
|
|||
'master_failback': False,
|
||||
'master_failback_interval': 0,
|
||||
'verify_master_pubkey_sign': False,
|
||||
'sign_pub_messages': True,
|
||||
'sign_pub_messages': False,
|
||||
'always_verify_signature': False,
|
||||
'master_sign_key_name': 'master_sign',
|
||||
'syndic_finger': '',
|
||||
|
@ -1293,7 +1293,7 @@ DEFAULT_MASTER_OPTS = {
|
|||
'tcp_keepalive_idle': 300,
|
||||
'tcp_keepalive_cnt': -1,
|
||||
'tcp_keepalive_intvl': -1,
|
||||
'sign_pub_messages': True,
|
||||
'sign_pub_messages': False,
|
||||
'keysize': 2048,
|
||||
'transport': 'zeromq',
|
||||
'gather_job_timeout': 10,
|
||||
|
@ -1356,7 +1356,7 @@ DEFAULT_MASTER_OPTS = {
|
|||
DEFAULT_PROXY_MINION_OPTS = {
|
||||
'conf_file': os.path.join(salt.syspaths.CONFIG_DIR, 'proxy'),
|
||||
'log_file': os.path.join(salt.syspaths.LOGS_DIR, 'proxy'),
|
||||
'sign_pub_messages': True,
|
||||
'sign_pub_messages': False,
|
||||
'add_proxymodule_to_opts': False,
|
||||
'proxy_merge_grains_in_module': False,
|
||||
'append_minionid_config_dirs': ['cachedir'],
|
||||
|
|
Loading…
Add table
Reference in a new issue