bouncer/internal/config
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
..
testdata feat(config): interpolate recursively in interpolated map 2024-05-24 12:49:03 +02:00
admin_server.go feat: add configurable profiling endpoints (#38) 2024-09-23 10:12:42 +02:00
bootstrap.go feat: create profiling package + rewrite profiling tutorial 2024-06-28 17:44:51 +02:00
config.go feat: kubernetes basic integration 2024-03-27 17:47:39 +01:00
config_test.go feat: initial commit 2023-05-21 22:27:25 +02:00
cors.go feat: initial commit 2023-05-21 22:27:25 +02:00
environment.go feat: create profiling package + rewrite profiling tutorial 2024-06-28 17:44:51 +02:00
environment_test.go feat(config): interpolate recursively in interpolated map 2024-05-24 12:49:03 +02:00
http.go feat: optional real-ip middleware 2023-07-06 08:16:17 -06:00
integrations.go feat(k8s): use secret as shared source for admin private key 2024-03-28 15:53:40 +01:00
layers.go feat(authn): add templatized error page 2024-06-05 15:53:17 +02:00
logger.go feat: add basic prometheus metrics integration 2023-06-30 10:26:27 -06:00
metrics.go feat(config): interpolate recursively in interpolated map 2024-05-24 12:49:03 +02:00
profiling.go feat: add configurable profiling endpoints (#38) 2024-09-23 10:12:42 +02:00
proxy_server.go feat: add configurable profiling endpoints (#38) 2024-09-23 10:12:42 +02:00
redis.go feat: allow more control on redis client configuration 2024-10-11 14:17:45 +02:00
sentry.go feat(sentry): ignore 'net/http: abort' errors 2024-11-08 11:19:38 +01:00