Merge branch 'develop' into felipe/fix-bs-access

This commit is contained in:
mergify[bot] 2023-05-09 19:52:11 +00:00 committed by GitHub
commit 5b635ce32d

@ -576,7 +576,7 @@ func (s *Server) populateContext(w http.ResponseWriter, r *http.Request) context
return nil
}
ctx = context.WithValue(r.Context(), ContextKeyAuth, s.authenticatedPaths[authorization]) // nolint:staticcheck
ctx = context.WithValue(ctx, ContextKeyAuth, s.authenticatedPaths[authorization]) // nolint:staticcheck
}
return context.WithValue(