Hasty Briefsbeta

Bilingual

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs

10 months ago
  • #LLM
  • #authentication
  • #memory-management
  • Attach Gateway provides identity and memory services for LLM engines and multi-agent frameworks.
  • It supports OIDC/DID SSO, A2A hand-off, and a pluggable memory bus (e.g., Weaviate).
  • The gateway verifies OIDC/JWT or DID-JWT, stamps identity headers, and implements A2A task endpoints.
  • It mirrors prompts and responses to a memory backend and supports workflow traces via Temporal.
  • Quick setup involves running a Docker container for Weaviate, exporting tokens, and starting the gateway.
  • Example usage includes making protected Ollama calls via the gateway and integrating with Temporal workflows.
  • The system supports standard OIDC JWTs, DID-key, and DID-pkh tokens for authentication.
  • Future updates include protected-resource metadata endpoints, token-exchange, and Attach Store v1.