Implemented authentication for list operator

(closes #7)
This commit is contained in:
2019-08-05 21:56:44 +02:00
parent acf4bc9979
commit fb75de8dcb
2 changed files with 9 additions and 2 deletions

View File

@@ -26,6 +26,8 @@
# hours, weeks or seconds. format: [0-9]+[mhws]?
# Authentication Settings
#domain_list_key = off # List operation, 'off' to disable, '' to always
# allow and other values to enable with secret
#auth_mode = remote # either 'static', 'remote' or 'both'
#static_signer = # required for AuthMode 'static' or 'both'
#static_key = # required for AuthMode 'static' or 'both'