-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: Add configure service account auth for google_api_tool_set #120
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
Merged
copybara-service
merged 1 commit into
google:main
from
soundTricker:feature/80-sa-auth-for-google-tool
Jul 11, 2025
Merged
feat: Add configure service account auth for google_api_tool_set #120
copybara-service
merged 1 commit into
google:main
from
soundTricker:feature/80-sa-auth-for-google-tool
Jul 11, 2025
+638
−28
Conversation
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
ba473a0
to
0c45641
Compare
Note: added some unittest. |
@seanzhou1023 Could you help review this change? |
@soundTricker could you resolve the conflicts? |
@soundTricker Did you test it in GCP environment ? |
@seanzhou1023 in my memory yes, but i retry when fixing the conflict. |
0c45641
to
22e79cc
Compare
@seanzhou1023 I've fixed the conflict and finished the test on cloud run. |
seanzhou1023
approved these changes
Jul 11, 2025
seanzhou1023
approved these changes
Jul 11, 2025
seanzhou1023
approved these changes
Jul 11, 2025
d91d62a
to
aed6345
Compare
aed6345
to
b1952a8
Compare
b1952a8
to
4c5ef1e
Compare
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.
Fixes #80
Add
configure_sa_auth
method toGoogleApiTool
andGoogleApiToolSet
to configure auth with Service Account and Application Default Credentials.