bouncer/internal
wpetit 239d4573c3
Cadoles/bouncer/pipeline/head This commit looks good Details
feat(sentry): ignore 'net/http: abort' errors
See:
- https://sentry.in.nuonet.fr/share/issue/972e100ea22d44759c44b6cfad8be7b2/
- https://pkg.go.dev/net/http#:~:text=ErrAbortHandler%20is%20a%20sentinel%20panic%20value%20to%20abort%20a%20handler.%20While%20any%20panic%20from%20ServeHTTP%20aborts%20the%20response%20to%20the%20client%2C%20panicking%20with%20ErrAbortHandler%20also%20suppresses%20logging%20of%20a%20stack%20trace%20to%20the%20server%27s%20error%20log.
2024-11-08 11:19:38 +01:00
..
admin feat: add recoverer + request-id http middlewares 2024-10-02 12:10:38 +02:00
auth feat: capture logged errors and forward them to sentry when enabled 2024-09-27 10:15:08 +02:00
bench feat: reusable rule engine to prevent memory reallocation 2024-09-24 18:45:34 +02:00
cache feat: improve perf by caching proxy and layers locally 2024-05-28 16:45:15 +02:00
chi feat: do not use fmt.Sprintf in http logger 2024-10-02 12:11:30 +02:00
client feat: add layer definition api 2024-05-17 15:44:28 +02:00
command feat: capture logged errors and forward them to sentry when enabled 2024-09-27 10:15:08 +02:00
config feat(sentry): ignore 'net/http: abort' errors 2024-11-08 11:19:38 +01:00
imports/format feat: add layer definition api 2024-05-17 15:44:28 +02:00
integration feat(k8s): use secret as shared source for admin private key 2024-03-28 15:53:40 +01:00
jwk feat(k8s): use secret as shared source for admin private key 2024-03-28 15:53:40 +01:00
lock feat: capture logged errors and forward them to sentry when enabled 2024-09-27 10:15:08 +02:00
logger feat: sentry integration 2023-07-05 12:05:30 -06:00
proxy fix: prevent loss of information when returning errors 2024-11-08 11:13:39 +01:00
rule feat(rewriter): add redirect(), get_cookie(), add_cookie() methods to rule engine (#36) 2024-09-25 15:52:49 +02:00
schema feat: add layer definition api 2024-05-17 15:44:28 +02:00
session feat: new openid connect authentication layer 2024-05-17 11:53:19 +02:00
setup feat: allow more control on redis client configuration 2024-10-11 14:17:45 +02:00
store feat: capture logged errors and forward them to sentry when enabled 2024-09-27 10:15:08 +02:00