test: add end-to-end integration tests for secure parameters - #782
Open
anubhav756 wants to merge 1 commit into
Open
test: add end-to-end integration tests for secure parameters#782anubhav756 wants to merge 1 commit into
anubhav756 wants to merge 1 commit into
Conversation
anubhav756
force-pushed
the
anubhav-secure-params-e2e
branch
5 times, most recently
from
August 20, 2026 08:51
192541b to
249e5b5
Compare
anubhav756
marked this pull request as ready for review
August 20, 2026 08:57
anubhav756
force-pushed
the
anubhav-secure-params-e2e
branch
from
August 20, 2026 10:08
249e5b5 to
2c8598e
Compare
twishabansal
requested changes
Aug 21, 2026
anubhav756
force-pushed
the
anubhav-secure-params-e2e
branch
from
August 21, 2026 11:52
2c8598e to
976d2ba
Compare
twishabansal
requested changes
Aug 24, 2026
anubhav756
force-pushed
the
anubhav-secure-params-e2e
branch
from
August 25, 2026 07:26
976d2ba to
1ffd9c2
Compare
twishabansal
approved these changes
Aug 25, 2026
Contributor
Author
|
Adding "do not merge" label until v1.9.0 Toolbox server releases. |
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.
Overview
This PR adds E2E integration tests for Secure Parameters across Python SDKs.
The tests verify that secure parameters defined in the manifest (
tools.yamlwithsecure: true) are properly hidden from client-side public schemas (__signature__and docstrings) and can be bound out-of-band via literal values or dynamic callables (sync & async) and successfully sent over the wire (secureArguments) to the Toolbox server during live execution.Also updated
_TOOLBOX_MANIFEST_VERSIONfrom34to38across allintegration.cloudbuild.yamlconfigurations, which contains a new test tool with secure params.Note
These integration tests depend on the server-side Secure Parameters feature currently in googleapis/mcp-toolbox#3394.
In presubmits, these tests will fail until the server-side PR is merged and released into the toolbox server binary. Verified locally by building the binary from the feature branch.