117 Commits

Author SHA1 Message Date
05b547da48 feat: rewriter layer 2024-06-25 16:50:29 +02:00
9d902a7494 doc: update create custom layer tutorial v2024.6.25-9d902a7 2024-06-25 11:32:54 +02:00
ea68724635 fix: update dummy bootstrap example v2024.6.25-ea68724 2024-06-25 11:25:34 +02:00
1009eb19aa feat: use destination path as prefix when rewritting url v2024.6.24-1009eb1 2024-06-24 17:18:31 +02:00
19fda6aa64 feat(authn-oidc): allow overwriting of cookie name v2024.6.5-19fda6a 2024-06-05 16:13:45 +02:00
65238f1ff3 feat(authn-oidc): include proxy in cookie name v2024.6.5-65238f1 2024-06-05 16:00:23 +02:00
d4da9cba8d chore: fix goreleaser version v2024.6.5-d4da9cb 2024-06-05 15:54:00 +02:00
d5fed4c2ac feat(authn): add templatized error page
ref 
2024-06-05 15:53:17 +02:00
c7ac331b10 chore: add interface description 2024-06-05 12:52:01 +02:00
2952f68720 fix(config): handles raw nanoseconds durations v2024.5.29-2952f68 2024-05-29 16:49:05 +02:00
3e98901931 fix: update multi-nodes example () v2024.5.29-3e98901 2024-05-29 14:18:40 +02:00
d667bb03f5 Merge pull request 'Mise en place de cache local au niveau du serveur pour améliorer les temps de traitement des requêtes' () from benchmark into develop
Reviewed-on: 
v2024.5.28-d667bb0
2024-05-28 16:52:34 +02:00
3a9fde9bc9 feat: improve perf by caching proxy and layers locally 2024-05-28 16:45:15 +02:00
42dab5797a chore(doc): fix typo v2024.5.28-42dab57 2024-05-28 11:16:15 +02:00
132bf1e642 feat(authn-oidc): allow for dynamic post-logout redirection v2024.5.28-132bf1e 2024-05-24 17:01:06 +02:00
26a9ad0e2e feat(authn-oidc): match login callback/logout urls with query string by default 2024-05-24 15:28:21 +02:00
3e5dd446cb feat(authn-oidc): use relative redirection to prevent internal/public host mixing 2024-05-24 15:27:43 +02:00
d5c846a9ce fix(docker): format default config durations 2024-05-24 14:52:31 +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
499bb3696d fix(authn-network): handles r.RemoteAddr without port v2024.5.22-499bb36 2024-05-22 15:24:40 +02:00
572093536a feat(authn): do not allow additional options v2024.5.22-5720935 2024-05-22 14:41:54 +02:00
0d4319fcbb chore: tidy deps v2024.5.21-0d4319f 2024-05-21 17:24:51 +02:00
c4dcf57053 fix: add missing licence file v2024.5.21-c4dcf57 2024-05-21 15:43:33 +02:00
db095331e8 Merge pull request 'Ajout du layer authn-basic permettant d'appliquer une authentification Basic Auth au service distant' () from authn-basic into develop
Reviewed-on: 
v2024.5.21-db09533
2024-05-21 12:17:39 +02:00
781bfcab19 feat: add authn-basic layer 2024-05-21 12:10:52 +02:00
6d0a3826ce doc: add missing info about recreate:true v2024.5.17-6d0a382 2024-05-17 17:43:04 +02:00
28ef57b305 chore: tidy deps v2024.5.17-28ef57b 2024-05-17 17:34:55 +02:00
8b1c649af0 Merge pull request 'Transformation du layer circuitbreaker en authn-network' () from authn-network into develop
Reviewed-on: 
v2024.5.17-8b1c649
2024-05-17 17:30:19 +02:00
5a34d5917f feat: transform circuitbreaker layer in authn-network layer 2024-05-17 17:29:26 +02:00
5ed194618a Merge pull request 'API d'introspection des définitions de layers avec leurs options' () from layer-api into develop
Reviewed-on: 
v2024.5.17-5ed1946
2024-05-17 15:46:57 +02:00
449fb69c02 feat: add layer definition api 2024-05-17 15:44:28 +02:00
7456dba96f doc: fix typo v2024.5.17-7456dba 2024-05-17 12:35:34 +02:00
af34ee2473 Merge pull request 'Création d'un layer d'authentification OpenID Connect' () from authn-oidc into develop
Reviewed-on: 
v2024.5.17-af34ee2
2024-05-17 11:53:50 +02:00
de70fa89f7 feat: new openid connect authentication layer 2024-05-17 11:53:19 +02:00
bb5796ab8c doc: add layer endpoints v2024.4.19-bb5796a 2024-04-19 09:28:46 +02:00
83fcb9a39d feat: add limited retry mechanism to prevent startup error if redis is not ready v2024.4.5-83fcb9a 2024-04-05 10:30:34 +02:00
ad907576dc fix: move log message v2024.3.29-ad90757 2024-03-29 11:13:05 +01:00
3a894972f1 doc: enable json highlighting in reference examples v2024.3.29-3a89497 2024-03-29 09:36:36 +01:00
274bef13d8 feat: match proxy's from on whole targeted url v2024.3.29-274bef1 2024-03-29 09:21:01 +01:00
f548c8c8e7 feat: add host to access log fields v2024.3.28-f548c8c 2024-03-28 19:47:32 +01:00
a82fe46fa3 Merge pull request 'Utilisation d'une clé privée partagée via un Secret sur Kubernetes' () from kubernetes-private-key into develop
Reviewed-on: 
v2024.3.28-a82fe46
2024-03-28 15:57:17 +01:00
cc20bdd289 feat: remove printing of default token 2024-03-28 15:54:59 +01:00
7de166765b feat(k8s): use secret as shared source for admin private key 2024-03-28 15:53:40 +01:00
35717429a2 doc(k8s): add in/out cluster api querying procedure v2024.3.28-3571742 2024-03-28 09:10:16 +01:00
16305469c5 Merge pull request 'Intégration basique avec Kubernetes' () from kubernetes-integration into develop
Reviewed-on: 
v2024.3.27-1630546
2024-03-27 17:57:07 +01:00
7515be9583 chore: update go version in ci 2024-03-27 17:51:01 +01:00
e76a82668d feat: kubernetes basic integration 2024-03-27 17:47:39 +01:00
d8b78ad277 feat(docker): run as non-root user v2024.3.27-d8b78ad 2024-03-27 09:19:08 +01:00
61012b07cd Merge pull request 'feat: bootstrap default proxy and layers from configuration' () from proxy-bootstrap into develop
Reviewed-on: 
v2024.3.26-61012b0
2024-03-26 17:30:20 +01:00