Add option to disable signing keys in the proxy

This commit is contained in:
Benedikt Kulmann
2020-11-20 16:04:22 +01:00
parent 206980238c
commit edc252e1a0
5 changed files with 17 additions and 12 deletions
+1
View File
@@ -135,6 +135,7 @@ type TokenManager struct {
// PreSignedURL is the config for the presigned url middleware
type PreSignedURL struct {
AllowedHTTPMethods []string
Enabled bool
}
// MigrationSelectorConf is the config for the migration-selector