docs: Add unified authbridge documentation and deprecation notices#314
Merged
Conversation
huang195
force-pushed
the
docs/unified-authbridge
branch
5 times, most recently
from
April 15, 2026 12:38
134df07 to
7e803ac
Compare
…ase 4) CI changes: - Add Go CI jobs for authlib and cmd/authbridge modules - Add authbridge-unified image to build.yaml matrix Documentation: - Update CLAUDE.md with unified binary architecture, Go modules, and modes - Mark authbridge-unified as recommended image - Mark envoy-with-processor and old authbridge as deprecated Deprecation markers: - go-processor/main.go: deprecated in favor of cmd/authbridge - Dockerfile.envoy: deprecated in favor of cmd/authbridge/Dockerfile - entrypoint-envoy.sh: deprecated in favor of cmd/authbridge/entrypoint.sh Follow-up (separate repos): - kagenti-operator: add authbridge-unified to image config - kagenti: add authbridge-unified-config ConfigMap to Helm chart Ref: rossoctl#279 Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Hai Huang <huang195@gmail.com>
New documentation: - cmd/authbridge/README.md: config reference, build instructions, 3 modes - authlib/README.md: package reference and usage example Updated documentation: - authbridge/README.md: added "Unified AuthBridge Binary" section at top, restructured existing content under "Classic Architecture" - authbridge/CLAUDE.md: added unified binary section pointing to new docs - authbridge/authproxy/README.md: added deprecation banner Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Hai Huang <huang195@gmail.com>
huang195
force-pushed
the
docs/unified-authbridge
branch
from
April 15, 2026 14:44
7e803ac to
76be706
Compare
esnible
approved these changes
Apr 15, 2026
esnible
left a comment
Member
There was a problem hiding this comment.
LGTM. It might be good to document that "klaviger" means https://github.com/grs/klaviger ; it took me a while to figure that out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for the unified authbridge binary and marks old components as deprecated.
Depends on: #313 (Phase 4), #312 (Phase 3), #311 (Phase 2), #310 (Phase 1)
New docs
authbridge/cmd/authbridge/README.md— config reference with YAML examples for all 3 modes, build/run instructions, URL derivation rules, credential file waiting behaviorauthbridge/authlib/README.md— package reference table, usage example, module infoUpdated docs
authbridge/README.md— added "Unified AuthBridge Binary" section at the top with mode table and links; restructured existing content under "Classic Architecture (Operator-Injected)"authbridge/CLAUDE.md— added unified binary section pointing to new docs, notes that go-processor is deprecatedauthbridge/authproxy/README.md— added deprecation banner pointing to cmd/authbridgeRelated issue(s)
Ref #279
Assisted-By: Claude (Anthropic AI) noreply@anthropic.com