fix: properly check expiry and verify signature of signed urls (#8383)
fix: signed url expiry validation only checks for expiry and not for used before
This commit is contained in:
@@ -374,6 +374,7 @@ func loadMiddlewares(ctx context.Context, logger log.Logger, cfg *config.Config,
|
||||
UserProvider: userProvider,
|
||||
UserRoleAssigner: roleAssigner,
|
||||
Store: storeClient,
|
||||
Now: time.Now,
|
||||
})
|
||||
|
||||
return alice.New(
|
||||
|
||||
Reference in New Issue
Block a user