mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
BUGFIX: security.toml contained wrong keys
This commit is contained in:
parent
10404c4275
commit
1cd3b6b4e1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue