Skip to content

Commit 09ab87c

Browse files
committed
Rename labs64.io-gateway to labs64.io-authproxy
1 parent 9c0de5f commit 09ab87c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Shared cross-service libraries for the Labs64.IO Ecosystem. Currently: the auth-
99
## Critical guardrails
1010

1111
1. **The two implementations must stay behaviorally identical.** Any behavior change MUST update `test-vectors/auth-context-vectors.json` and BOTH implementations in the same commit. The vectors are the contract; code follows.
12-
2. **The header contract is owned by the auth gateway** (`labs64.io-gateway/traefik-authproxy/`). Do not add, rename or reinterpret `X-Auth-*` headers here without an RFC change.
12+
2. **The header contract is owned by the auth gateway** (`labs64.io-authproxy/traefik-authproxy/`). Do not add, rename or reinterpret `X-Auth-*` headers here without an RFC change.
1313
3. **No Spring Security dependency in the Java starter.** The whole point is header-trust without an in-app security stack.
1414
4. **No mandatory runtime dependencies in the Python package.** FastAPI/httpx integrations import lazily; the core must stay dependency-free.
1515
5. **Fail closed.** Non-public paths without a valid user identity return 401. Never weaken this default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ mvn -q exec:java \
8080

8181
## Related
8282

83-
- Centralized authentication & authorization gateway (`labs64.io-gateway/traefik-authproxy`)
84-
- [`labs64.io-gateway`](https://github.com/Labs64/labs64.io-gateway) — traefik-authproxy, the header contract's producer
83+
- Centralized authentication & authorization gateway (`labs64.io-authproxy/traefik-authproxy`)
84+
- [`labs64.io-authproxy`](https://github.com/Labs64/labs64.io-authproxy) — traefik-authproxy, the header contract's producer

test-vectors/auth-context-vectors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Canonical behavior vectors for the auth-context libraries (Java + Python). Both implementations MUST pass every case. Contract: trusted header contract in labs64.io-gateway.",
2+
"description": "Canonical behavior vectors for the auth-context libraries (Java + Python). Both implementations MUST pass every case. Contract: trusted header contract in labs64.io-authproxy.",
33
"headers": {
44
"user": "X-Auth-User",
55
"scopes": "X-Auth-Scopes",

0 commit comments

Comments
 (0)