docs: add more info to README#1361
Merged
Merged
Conversation
Member
Author
htuch
approved these changes
Jul 31, 2017
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
Automatic merge from submit-queue. [BOT PR] to update dependencies of proxy This PR will be merged automatically once checks are successful. ```release-note none ```
mathetake
pushed a commit
that referenced
this pull request
Mar 3, 2026
…#1361) **Description** This PR implements comprehensive cross-namespace access support between AIServiceBackend and AIGatewayRoute resources, following Gateway API patterns with ReferenceGrant validation. **API Enhancements** - Added namespace field to AIGatewayRouteRuleBackendRef allowing cross-namespace backend references - Updated CRDs to include proper validation for the namespace field Enhanced documentation explaining ReferenceGrant requirements for cross-namespace access **ReferenceGrant Integration** - ReferenceGrant Validator: New component that validates cross-namespace references against ReferenceGrant resources - ReferenceGrant Controller: Watches ReferenceGrant resources and triggers reconciliation of affected AIGatewayRoutes when grants change - Automatic validation: Cross-namespace references are automatically validated at reconciliation time **Controller Updates** - Cross-namespace backend lookups: AIGatewayRoute controller now supports referencing AIServiceBackend resources in different namespaces - ReferenceGrant enforcement: Fails reconciliation with clear error messages when valid ReferenceGrant is missing - Event-driven reconciliation: ReferenceGrant changes trigger automatic reconciliation of affected routes **Comprehensive Testing** - Unit tests: Full coverage for ReferenceGrant validation logic, cross-namespace scenarios, and error cases - Integration tests: Controller tests validating cross-namespace backend references with and without ReferenceGrant - E2E test updates: Modified existing cross-namespace test to validate AIServiceBackend cross-namespace access with ReferenceGrant AIGatewayRouteBackendRefChange: ``` # AIGatewayRouteRuleBackendRef now supports: backendRefs: - name: my-backend namespace: other-namespace # NEW: Cross-namespace reference weight: 1 ``` Reference Grant Example: ``` apiVersion: gateway.networking.k8s.io/v1beta1 kind: ReferenceGrant metadata: name: allow-route-to-backend namespace: backend-ns spec: from: - group: aigateway.envoyproxy.io kind: AIGatewayRoute namespace: route-ns to: - group: aigateway.envoyproxy.io kind: AIServiceBackend ``` **Related Issues/PRs (if applicable)** close #1374 --------- Signed-off-by: siddharth1036 <siddharthshah1036@gmail.com>
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.
No description provided.