This repository was archived by the owner on Jun 10, 2026. It is now read-only.
Feat/sigs agentic features - #11
Open
achetronic wants to merge 3 commits into
Open
Conversation
XBackend -> Destination + Route mapping with service/hostname backends. XAccessPolicy -> inlineAuthz (InlineTools) and extAuthz (ExternalAuth). SPIFFE and ServiceAccount identity via CEL expressions. GC for orphaned agentic entities. Status writing for XBackend/XAccessPolicy. Config flags: watch.xBackends, watch.xAccessPolicies, agentic.trustDomain. Fixed cyrillic character in sourceToCEL function name. 🐘 Generated with Crush Assisted-by: Claude Opus 4.6 via Crush <crush@charm.land>
- Remove custom contains() helper, use strings.Contains - Remove duplicate tests already in xaccess_policy_test.go - Add TestMapXAccessPolicy_UnknownSourceType (edge case) - Fix imports across both test files 🐘 Generated with Crush Assisted-by: Claude Opus 4.6 via Crush <crush@charm.land>
- CONTROLLER_TODO.md: add Kube Agentic Networking as done - AGENTS.md: update controller tree with agentic types/mappers/status - CONTROLLER_DESIGN.md: add XBackend/XAccessPolicy mapping and naming 🐘 Generated with Crush Assisted-by: Claude Opus 4.6 via Crush <crush@charm.land>
achetronic
added a commit
that referenced
this pull request
Apr 6, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Controller: Kube Agentic Networking wiring
Full controller support for
XBackendandXAccessPolicyCRDs:serviceName→ FQDN,hostname→ TLS destination, default/custom MCP path viaPathPrefix+ rewriterequest.tls.peerCertificate.uris. ServiceAccount → SPIFFE ID via configured trust domainbackendRefXBackendAvailableandXAccessPolicyAcceptedconditionsReconcileTotal/ReconcileErrorswithxbackend/xaccesspolicylabelswatch.xBackends,watch.xAccessPolicies(default false),agentic.trustDomain