8 lines
341 B
TOML
8 lines
341 B
TOML
# Homelab Security Configuration
|
|
# JWT filer signing enabled — required for S3 API IAM auth.
|
|
# This enables JWT on filer writes (web UI uploads need JWT token),
|
|
# but the S3 API uses this key to validate request signatures.
|
|
# Filer web UI is still protected by Authentik ForwardAuth.
|
|
[jwt.filer_signing]
|
|
key = "xiteng-s3-signing-key-2026"
|