Commit Graph
78 Commits
Author SHA1 Message Date
Owen b39a2b8da2 Add AI disclosure 2026-09-14 15:13:03 -04:00
miloschwartz e9bc6b3ea8 bump version 2026-08-24 09:23:01 -04:00
miloschwartz 506286ddfd make change 2026-08-24 09:18:51 -04:00
miloschwartz fbd977d261 update pangolin links in readme 2026-08-19 12:13:29 -04:00
miloschwartz 19e4a3b043 make change 2026-08-19 11:47:57 -04:00
miloschwartz cb987b6d85 bump version 2026-08-18 17:19:16 -04:00
Owen a61f5d6cca optionally stamp ip header 2026-08-13 09:14:14 -04:00
Owen f61e6c1cd4 Pull the downstream headers from the comfig if provided 2026-08-12 15:34:48 -04:00
miloschwartz f5000d8b18 support custom client error responses 2026-08-12 12:35:38 -04:00
Owen 57b436a140 pass virtual api key id 2026-08-12 11:43:05 -04:00
miloschwartz a064f7ac8e strip access token query param if persistent token 2026-07-17 16:51:19 -04:00
Milo Schwartz df9ce0316a Merge pull request #27 from fosrl/dev
update issue template and bump version
v1.4.1
2026-07-02 15:50:29 -04:00
Milo Schwartz 8727b0c691 Merge pull request #26 from svandive/fix/version-string-1.4.1
Bump version from 1.3.1 to 1.4.1
2026-07-02 15:49:25 -04:00
miloschwartz 74c9ac1ace update issue template 2026-07-02 15:48:38 -04:00
svandive 49c8833e6e Bump version from 1.3.1 to 1.4.1
Reflect the current version in the version.go resource.
2026-06-28 17:40:10 -04:00
Owen Schwartz 817ffe14fa Merge pull request #22 from fosrl/dev
Fix go mod
2026-06-03 16:05:14 -07:00
Owen 8920a12ccc Fix go mod 2026-06-03 16:04:52 -07:00
Owen Schwartz 1f19f636eb Merge pull request #21 from fosrl/dev
Update information passed downstream
2026-06-03 14:04:35 -07:00
Owen 8b2f4e1536 Dont strip session 2026-06-03 12:23:19 -07:00
Owen cc2a02cda6 Merge branch 'main' into dev 2026-05-30 11:57:40 -07:00
Owen 730dbb6a4c Add header for the user id 2026-05-29 15:14:59 -07:00
Owen 2c75ef42fc Add CODEOWNERS 2026-04-07 11:34:03 -04:00
Milo Schwartz 67ad9b651e Merge pull request #19 from LaurenceJJones/strip-session-cookie
enhance: strip user session information before forwarding
v1.4.0
2026-03-17 17:07:55 -07:00
miloschwartz f220c75a52 use access token params from config 2026-03-17 16:59:32 -07:00
Laurence d81af67db3 fix: traefik doesnt know cookies helpers 2026-03-03 19:03:08 +00:00
Laurence 2902340f7b fix: handle other fields and ensure cookie coverage 2026-03-03 17:51:16 +00:00
Laurence 877363a686 Strip session cookie and query param before forwarding to backend
- Add stripSessionCookies() to remove session cookies from Cookie header
  - Add stripSessionParam() to remove session exchange query parameter from URL
  - Call both before forwarding request to backend on valid sessions
  - Backend now only receives user identity via Remote-* headers
2026-03-02 16:48:46 +00:00
Milo Schwartz e0a2d76844 Merge pull request #18 from fosrl/dev
1.3.1
v1.3.1
2025-12-22 11:02:34 -08:00
miloschwartz be5015cc2a Merge branch 'main' into dev 2025-12-22 14:01:57 -05:00
miloschwartz f00a92c7af send badger version in verify session request 2025-12-22 12:41:15 -05:00
Milo Schwartz 1d15b5b175 Merge pull request #17 from fosrl/dev
1.3.0
v1.3.0
2025-12-21 13:59:58 -08:00
miloschwartz 3eea242a8e strip remote role 2025-12-21 16:58:26 -05:00
miloschwartz 2bc45f31f7 update readme 2025-12-20 21:37:42 -05:00
miloschwartz ad3c3b71e6 support pulling real ip from proxy 2025-12-20 18:30:10 -05:00
miloschwartz 52f47fa24e Merge branch 'main' into dev 2025-12-20 17:21:40 -05:00
Julien Breton 83e894f23f Feature: Allow Basic Auth challenge 2025-12-20 16:44:47 -05:00
Owen Schwartz 7d75628d86 Merge pull request #15 from fosrl/oschwartz10612-patch-1
Update README.md
2025-11-08 14:46:30 -08:00
Owen Schwartz 4adf71ec3c Update README.md
Fixes #14
2025-11-08 14:46:21 -08:00
Owen Schwartz 881b9d665e Merge pull request #12 from Pallavikumarimdb/feat/string-interpolation-in-the-headers
Role in headers
2025-11-08 14:42:16 -08:00
miloschwartz cc45f414de update license copyright v1.2.1 2025-11-01 12:51:50 -07:00
miloschwartz 14df42f0ab strip headers, change display name, add icon 2025-11-01 12:50:15 -07:00
Pallavi Kumari 88c453cae1 role in headers 2025-10-06 22:10:23 +05:30
miloschwartz cab2424e6e add templates 2025-09-29 16:40:42 -07:00
Owen Schwartz d3adb46c6a Merge pull request #8 from Lokowitz/sync-go-version
Sync go version
2025-09-21 20:11:38 -04:00
Marvin a8ba33b9b5 add PULL_REQUEST_TEMPLATE
add dependabot
update to go 1.25
2025-08-17 12:02:19 +00:00
Marvin 11c7340e63 go.mod aktualisieren 2025-07-26 10:29:15 +02:00
Marvin e933d3ca62 .go-version aktualisieren 2025-07-26 10:28:59 +02:00
Milo Schwartz d553b6ca77 Merge pull request #7 from pyrho/feat/auth-headers
feat: add auth headers to request
v1.2.0
2025-06-04 12:35:46 -04:00
Damien Rajon 0baba997d7 feat: add auth headers to request
These changes are needed for the related changes in pangolin to work.
See https://github.com/fosrl/pangolin/pull/807#event-17985130896
2025-06-04 18:30:25 +02:00
miloschwartz e951e42b4d remove explicit access token check and pass query params and headers in verify session v1.1.0 2025-04-06 11:24:47 -04:00