32 Commits

Author SHA1 Message Date
cc5cdcea96 fix: cache ttl interpolation 2025-03-18 12:20:00 +01:00
2df74bad4f feat: cache oidc.Provider to reduce pressure on OIDC identity provider () 2025-03-07 11:15:28 +01:00
7cc9de180c feat(authn): add configurable global ttl for session storage 2024-11-14 10:09:33 +01:00
239d4573c3 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
11375e546f feat: allow more control on redis client configuration 2024-10-11 14:17:45 +02:00
ecacbb1cbd feat: disable sentry tracing by default 2024-10-02 12:12:10 +02:00
f37425018b feat: use shared redis client to maximize pooling usage () 2024-09-23 15:16:30 +02:00
8317ac5b9a feat: add configurable profiling endpoints () 2024-09-23 10:12:42 +02:00
f35384c0f3 feat: create profiling package + rewrite profiling tutorial 2024-06-28 17:44:51 +02:00
64ca8fe1e4 fix: wrong bit size 2024-06-27 15:27:14 +02:00
d5669a4eb5 fix: multiple environment variables interpolation in configuration file 2024-06-27 15:00:25 +02:00
49f2ccbc7a feat: templatized proxy error page 2024-06-26 14:36:28 +02:00
d5fed4c2ac feat(authn): add templatized error page
ref 
2024-06-05 15:53:17 +02:00
2952f68720 fix(config): handles raw nanoseconds durations 2024-05-29 16:49:05 +02:00
3a9fde9bc9 feat: improve perf by caching proxy and layers locally 2024-05-28 16:45:15 +02:00
82c93d3f1e feat(config): interpolate recursively in interpolated map 2024-05-24 12:49:03 +02:00
544326a4b7 feat(authn-oidc): use full urls for login callback/logout options 2024-05-23 17:41:36 +02:00
5a34d5917f feat: transform circuitbreaker layer in authn-network layer 2024-05-17 17:29:26 +02:00
de70fa89f7 feat: new openid connect authentication layer 2024-05-17 11:53:19 +02:00
83fcb9a39d feat: add limited retry mechanism to prevent startup error if redis is not ready 2024-04-05 10:30:34 +02:00
7de166765b feat(k8s): use secret as shared source for admin private key 2024-03-28 15:53:40 +01:00
e76a82668d feat: kubernetes basic integration 2024-03-27 17:47:39 +01:00
d12ebfc642 feat: proxy bootstrapping from configuration 2024-03-26 17:28:38 +01:00
bc7422a50c feat: add configurable redis timeouts 2024-03-26 14:04:07 +01:00
a3f44cf123 fix(config): supporting multiple env variables in a value.
ref 
2024-02-05 11:13:47 +01:00
60487c11d6 feat: optional real-ip middleware 2023-07-06 08:16:17 -06:00
a207291c04 feat: implements circuitbreaker layer 2023-07-06 07:59:20 -06:00
aab5452fa2 feat: sentry integration
ref 
2023-07-05 12:05:30 -06:00
82228fd115 feat: allow customization of proxy transport configuration 2023-07-01 13:43:18 -06:00
56609ec316 feat: add basic prometheus metrics integration 2023-06-30 10:26:27 -06:00
2a8849493d feat(layer,queue): display templatized page for queued users 2023-06-12 19:57:13 -06:00
e66938f1d3 feat: initial commit 2023-05-21 22:27:25 +02:00