From 01db567b764151d2f1b5a64fd4c6733431efeba6 Mon Sep 17 00:00:00 2001 From: justinmacnair Date: Tue, 5 May 2026 13:44:52 -0400 Subject: [PATCH] Corrected authbridge casing throughout Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- index.html | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 96d85e0..a09576b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is the primary marketing site for Kagenti, an open-source platform for depl Kagenti is positioned as the **infrastructure layer** beneath the agent, not a competing agent framework. The three-word positioning — *deploy, secure, govern* — anchors every section: - **Deploy:** Kubernetes-native, Ansible-automated, framework-neutral. You bring the agent; Kagenti handles workload lifecycle. -- **Secure:** Zero-trust identity via SPIFFE/SPIRE and AuthBridge, injected at deploy time. No agent code changes required. +- **Secure:** Zero-trust identity via SPIFFE/SPIRE and authbridge, injected at deploy time. No agent code changes required. - **Govern:** Unified control plane, observability, and policy enforcement across all agents and tools. The site leans hard into open-source credibility: Apache 2.0, auditable code, no feature gating, no proprietary runtime dependencies. @@ -33,7 +33,7 @@ The page tells a single story from top to bottom: 3. **Getting Started:** Reduces time-to-value friction. Shows the install is four commands. Pairs with a real UI screenshot (light/dark variants served via `` and `prefers-color-scheme`) to make the platform tangible. -4. **Demo Carousel:** Three concrete use cases (MCP Gateway, AuthBridge zero-trust, Lifecycle via Dashboard) showing real code. The first slide pairs with a YouTube tutorial so visitors can see the platform in motion without committing to a full demo call. +4. **Demo Carousel:** Three concrete use cases (MCP Gateway, authbridge zero-trust, Lifecycle via Dashboard) showing real code. The first slide pairs with a YouTube tutorial so visitors can see the platform in motion without committing to a full demo call. 5. **Community & Roadmap:** Social proof through contributor avatars and GitHub project board. Includes a "What's next" column covering the roadmap toward persistent, long-running agents — with memory, sandboxing, an Agent Development Kit, and improved developer experience as the core building blocks. diff --git a/index.html b/index.html index 3044971..714adfe 100644 --- a/index.html +++ b/index.html @@ -122,9 +122,9 @@

-
AuthBridge · SPIRE · Keycloak · Envoy
+
authbridge · SPIRE · Keycloak · Envoy

Security

-

AuthBridge injects zero-trust workload identity and JWT enforcement at deploy time. SPIRE issues cryptographic workload identities; Keycloak manages OAuth2 token scoping and validation.

+

authbridge injects zero-trust workload identity and JWT enforcement at deploy time. SPIRE issues cryptographic workload identities; Keycloak manages OAuth2 token scoping and validation.

@@ -245,7 +245,7 @@

Connect any tool with a secure MCP gateway.

  • Gateway handles routing, protocol translation, and token exchange for every tool call
  • Replace or upgrade tools by updating one URL — no agent rebuild required
  • - View demo on GitHub → + View demo on GitHub →