args' corresponding functions spec'd out and found (and have workaround for) racetime condition in Vault.

This commit is contained in:
2020-04-05 03:26:52 -04:00
parent a3b370cc6e
commit 439e86d8c3
7 changed files with 228 additions and 35 deletions

View File

@@ -15,6 +15,7 @@ default_conf = {'listener': [
'storage': {'file': {'path': './data'}},
'log_level': 'Debug', # highest is 'Trace'
'pid_file': './test.pid',
'disable_mlock': True,
'raw_storage_endpoint': True,
'log_format': 'json', # or String
'ui': True}