refactor(a2a): Remove A2A_SERVICE_DISCOVERY_ENDPOINTS environment variable#34
Merged
refactor(a2a): Remove A2A_SERVICE_DISCOVERY_ENDPOINTS environment variable#34
Conversation
Since this environment variable doesn't exist on the Inference Gateway and auto service discovery is being used, it's not needed. Changes: - Removed A2A_SERVICE_DISCOVERY_ENDPOINTS env var from gateway controller - Removed endpoints discovery logic and unused discoverA2AEndpoints function - Updated test expectations to remove A2A_SERVICE_DISCOVERY_ENDPOINTS - Fixed unused logger variable Closes #29 Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
ig-semantic-release-bot bot
added a commit
that referenced
this pull request
Jul 29, 2025
## [0.12.0](v0.11.1...v0.12.0) (2025-07-29) ### ✨ Features * **gateway:** Add ServiceAccount for RBAC configuration to Gateway CRD ([#33](#33)) ([dda8cc6](dda8cc6)) ### ♻️ Improvements * **a2a:** Remove A2A_SERVICE_DISCOVERY_ENDPOINTS environment variable ([#34](#34)) ([987171c](987171c)), closes [#29](#29) * **controller:** Rename ENABLE_AUTH environment variable to AUTH_ENABLE ([#30](#30)) ([86fe434](86fe434)), closes [#28](#28) * **gateway:** Rename ENABLE_TELEMETRY to TELEMETRY_ENABLE ([#31](#31)) ([adbaefc](adbaefc)), closes [#26](#26) ### 🔨 Miscellaneous * **deps:** Bump the go_modules group across 1 directory with 2 updates ([#24](#24)) ([76d5a51](76d5a51))
Contributor
|
🎉 This PR is included in version 0.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Since this environment variable doesn't exist on the Inference Gateway and auto service discovery is being used, it's not needed.
Changes
Closes #29
Generated with Claude Code