TASK: add ui.access config docs

Sebastian Kurfürst 2021-12-25 10:04:19 +01:00
parent 9282522bb4
commit d7c8569288

@ -17,6 +17,13 @@ $ weed scaffold -config=security
key = ""
expires_after_seconds = 10 # seconds
# by default, if the signing key above is set, the Volume UI over HTTP is disabled.
# by setting ui.access to true, you can re-enable the Volume UI. Despite
# some information leakage (as the UI is unauthenticted), this should not
# pose a security risk.
[access]
ui = false
# jwt for read is only supported with master+volume setup. Filer does not support this mode.
[jwt.signing.read]
key = ""