aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorSebastian Kurfuerst <sebastian.kurfuerst@sandstorm.de>2021-12-31 22:05:41 +0100
committerSebastian Kurfuerst <sebastian.kurfuerst@sandstorm.de>2021-12-31 22:05:41 +0100
commit1cd3b6b4e12e4d25e66d1c6203ba1c58081b873b (patch)
tree1e52c903591d26dc327a2b7ed87856e6ac867e03 /weed
parent10404c4275548f89a025820c3347505f17b22cd7 (diff)
downloadseaweedfs-1cd3b6b4e12e4d25e66d1c6203ba1c58081b873b.tar.xz
seaweedfs-1cd3b6b4e12e4d25e66d1c6203ba1c58081b873b.zip
BUGFIX: security.toml contained wrong keys
Diffstat (limited to 'weed')
-rw-r--r--weed/command/scaffold/security.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/scaffold/security.toml b/weed/command/scaffold/security.toml
index f40f70250..090f4f664 100644
--- a/weed/command/scaffold/security.toml
+++ b/weed/command/scaffold/security.toml
@@ -32,7 +32,7 @@ expires_after_seconds = 10 # seconds
# - f.e. the S3 API Shim generates the JWT
# - the Filer server validates the JWT on writing
# the jwt defaults to expire after 10 seconds.
-[filer_jwt.signing]
+[jwt.filer_signing]
key = ""
expires_after_seconds = 10 # seconds
@@ -40,7 +40,7 @@ expires_after_seconds = 10 # seconds
# - f.e. the S3 API Shim generates the JWT
# - the Filer server validates the JWT on writing
# the jwt defaults to expire after 10 seconds.
-[filer_jwt.signing.read]
+[jwt.filer_signing.read]
key = ""
expires_after_seconds = 10 # seconds