Closed ronenh closed 2 months ago
We should update makefile lint to something like:
go work edit -json | jq -r '.Use[].DiskPath' | xargs -I{} .ext/bin/golangci-lint run {}/... -c .golangci.yaml
similar for test
go work edit -json | jq -r '.Use[].DiskPath' | xargs -I{} .ext/bin/gotestsum --format short-verbose -- -count=1 -v {}/...
gorillaz
andhttpz
into separate middleware.Check
implementation for authorizing using policy-rebac.gin.Context
values instead of thecontext.Context
of the underlyinghttp.Request
.zerolog.Ctx
logger)