pomerium/authorize
Kenneth Jenkins b0f89fc688
authorize: log JWT groups filtering (#5432)
Add a new Authorize Log Fields option for logging the number of groups
removed during JWT groups filtering. This will be enabled by default.

Additionally, when the log level is Debug (or more verbose), store and
log the IDs of any groups removed during JWT groups filtering.
2025-01-27 12:11:52 -08:00
..
evaluator authorize: log JWT groups filtering (#5432) 2025-01-27 12:11:52 -08:00
internal/store New tracing system (#5388) 2025-01-21 13:26:32 -05:00
access_tracker.go core/go: use hashicorp/go-set (#5278) 2024-10-03 12:59:11 -06:00
access_tracker_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
authorize.go core/authz: remove unused mutex (#5442) 2025-01-22 15:59:06 -05:00
authorize_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
cache_warmer.go authorize: cache warming (#5439) 2025-01-22 09:27:22 -07:00
cache_warmer_test.go authorize: cache warming (#5439) 2025-01-22 09:27:22 -07:00
check_response.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
check_response_grpc.go authorize: handle gRPC requests (#5400) 2024-12-19 08:46:53 -07:00
check_response_test.go authorize: handle gRPC requests (#5400) 2024-12-19 08:46:53 -07:00
databroker.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
databroker_test.go authorize: cache warming (#5439) 2025-01-22 09:27:22 -07:00
grpc.go core/authz: remove unused mutex (#5442) 2025-01-22 15:59:06 -05:00
grpc_test.go core/ci: fix test (#5245) 2024-08-27 10:50:24 -06:00
log.go authorize: log JWT groups filtering (#5432) 2025-01-27 12:11:52 -08:00
log_test.go authorize: log JWT groups filtering (#5432) 2025-01-27 12:11:52 -08:00
state.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00