-
Notifications
You must be signed in to change notification settings - Fork 33
feat: Transparent TLS + ServiceBinding Envelope Support for Agent Gateway Module #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
smahr
wants to merge
33
commits into
SAP:main
Choose a base branch
from
smahr:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
b9efdb4
feat(agentgateway): add transparent TLS mode support
smahr f30e05f
feat(agentgateway): add ORD ID filtering and enhanced features
smahr c75ccdf
fix(agentgateway): update MCP client API and add testing support
smahr 1c0d585
refactor(agentgateway): migrate to new MCP streamable_http_client API
smahr 23e134c
chore: add test-agent to gitignore
smahr f0d7d2b
chore: add SDK wheel v0.33.0 with new MCP API
smahr c7dc4f9
fix(telemetry): make OpenTelemetry dependencies optional
smahr 9e124e5
fix(telemetry): make telemetry imports conditional in destination module
smahr 94b99b0
feat: Add transparent TLS mode and restore servicebinding.io support
smahr 2c452fa
chore: Restore OpenTelemetry dependencies to match SAP upstream
smahr 37529f7
feat: Make OpenTelemetry dependencies optional for K8s compatibility
smahr d945a99
chore: Bump version to 0.33.6
smahr 3e26737
fix: Restore OTel version pinning to match Archive 5 (working version)
smahr f18faae
feat: Version 0.33.7 with Archive 5 config (OTel in required deps)
smahr 84fae66
fix: Correct indentation in _customer.py async with ClientSession block
smahr 3fcfb7a
chore: Bump version to 0.33.8
smahr c35402f
fix: Properly indent entire ClientSession block in _customer.py
smahr ed06692
chore: Bump version to 0.33.10
smahr e654bc3
fix: Complete indentation fix for all ClientSession blocks in _custom…
smahr 4e4197b
fix: Complete indentation fix for all ClientSession blocks in _lob.py
smahr 0ce0f66
fix: Restore get_ias_client_id_lob() function that was accidentally r…
smahr 857061e
chore: Clean up old wheel versions from dist/
smahr b502b3d
chore: Remove unused _mcp_session.py file not in SAP upstream
smahr c929c61
test: Restore missing tests for get_ias_client_id_lob()
smahr 4bf44b8
refactor: Remove defensive null/error checks not in SAP upstream
smahr 2e4492e
refactor: Remove ord_id parameter from list_mcp_tools (not in SAP ups…
smahr b99de6e
refactor: Remove MCPTool|str and ord_id from call_mcp_tool (not in SA…
smahr ace0da9
refactor: Remove deprecated credential path and unused app_tid parame…
KoblerS 56f3774
refactor: Remove deprecated app_tid parameter and update credential d…
KoblerS b486ce3
refactor: Simplify credential detection logic and remove unused depen…
KoblerS 7d52725
refactor: Remove app_tid parameter from authentication methods and up…
KoblerS b8ac615
refactor: Update load_customer_credentials to support flat format for…
KoblerS ed8d32f
refactor: Remove 'data' field from integration dependencies in creden…
KoblerS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,3 +42,4 @@ RELEASE.md | |
|
|
||
| # macOS metadata | ||
| .DS_Store | ||
| test-agent/ | ||
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kindly ask you to run skills for review and release-prep