mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
make sonarcloud happy
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -65,8 +65,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
store.Authentication(cfg.OIDC.UserinfoCache.AuthUsername, cfg.OIDC.UserinfoCache.AuthPassword),
|
||||
)
|
||||
|
||||
var signingKeyStore microstore.Store
|
||||
signingKeyStore = store.Create(
|
||||
signingKeyStore := store.Create(
|
||||
store.Store(cfg.PreSignedURL.SigningKeys.Store),
|
||||
store.TTL(cfg.PreSignedURL.SigningKeys.TTL),
|
||||
microstore.Nodes(cfg.PreSignedURL.SigningKeys.Nodes...),
|
||||
|
||||
Reference in New Issue
Block a user