kms: remove support for compat secrets

also document how to activate the deprecated builtin provider
This commit is contained in:
Nicola Murino
2021-12-01 17:53:19 +01:00
parent 4df0ae82ac
commit 6ee51c5cc1
6 changed files with 11 additions and 89 deletions

View File

@@ -144,7 +144,7 @@ const (
maxRequestSize = 1048576 // 1MB
maxLoginBodySize = 262144 // 256 KB
httpdMaxEditFileSize = 1048576 // 1 MB
maxMultipartMem = 8388608 // 8MB
maxMultipartMem = 10485760 // 10 MB
osWindows = "windows"
otpHeaderCode = "X-SFTPGO-OTP"
)