mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Bumped default token lifetime from 12 minutes to 12 hours; added config
This commit is contained in:
parent
04e934b3ed
commit
0fce26db87
2 changed files with 4 additions and 1 deletions
|
@ -143,6 +143,9 @@
|
|||
# pam:
|
||||
# fred:
|
||||
# - test.*
|
||||
#
|
||||
# Time (in seconds) for a newly generated token to live. Default: 12 hours
|
||||
# token_expire: 43200
|
||||
|
||||
##### Master Module Management #####
|
||||
##########################################
|
||||
|
|
|
@ -350,7 +350,7 @@ def master_config(path):
|
|||
'runner_dirs': [],
|
||||
'client_acl': {},
|
||||
'external_auth': {},
|
||||
'token_expire': 720,
|
||||
'token_expire': 43200,
|
||||
'file_buffer_size': 1048576,
|
||||
'file_ignore_regex': None,
|
||||
'file_ignore_glob': None,
|
||||
|
|
Loading…
Add table
Reference in a new issue