From 1cd3b6b4e12e4d25e66d1c6203ba1c58081b873b Mon Sep 17 00:00:00 2001 From: Sebastian Kurfuerst Date: Fri, 31 Dec 2021 22:05:41 +0100 Subject: [PATCH] BUGFIX: security.toml contained wrong keys --- weed/command/scaffold/security.toml | 4 ++-- 1 file 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