Browse Source

BUGFIX: security.toml contained wrong keys

pull/2543/head
Sebastian Kurfuerst 3 years ago
parent
commit
1cd3b6b4e1
  1. 4
      weed/command/scaffold/security.toml

4
weed/command/scaffold/security.toml

@ -32,7 +32,7 @@ expires_after_seconds = 10 # seconds
# - f.e. the S3 API Shim generates the JWT # - f.e. the S3 API Shim generates the JWT
# - the Filer server validates the JWT on writing # - the Filer server validates the JWT on writing
# the jwt defaults to expire after 10 seconds. # the jwt defaults to expire after 10 seconds.
[filer_jwt.signing]
[jwt.filer_signing]
key = "" key = ""
expires_after_seconds = 10 # seconds expires_after_seconds = 10 # seconds
@ -40,7 +40,7 @@ expires_after_seconds = 10 # seconds
# - f.e. the S3 API Shim generates the JWT # - f.e. the S3 API Shim generates the JWT
# - the Filer server validates the JWT on writing # - the Filer server validates the JWT on writing
# the jwt defaults to expire after 10 seconds. # the jwt defaults to expire after 10 seconds.
[filer_jwt.signing.read]
[jwt.filer_signing.read]
key = "" key = ""
expires_after_seconds = 10 # seconds expires_after_seconds = 10 # seconds

Loading…
Cancel
Save