-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(prebuilt/alloydb-postgres): support ipType and IAM users #1324
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
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
Contributor
Contributor
Yuan325
approved these changes
Sep 4, 2025
Contributor
Contributor
Contributor
Contributor
Contributor
|
🧨 Preview deployments removed. |
github-actions bot
pushed a commit
that referenced
this pull request
Sep 4, 2025
…#1324) ## Description --- > Should include a concise description of the changes (bug or feature), it's > impact, along with a summary of the solution ## PR Checklist --- > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here> 0b2121e
github-actions bot
pushed a commit
to renovate-bot/googleapis-_-genai-toolbox
that referenced
this pull request
Sep 4, 2025
…googleapis#1324) ## Description --- > Should include a concise description of the changes (bug or feature), it's > impact, along with a summary of the solution ## PR Checklist --- > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here> 0b2121e
github-actions bot
pushed a commit
to Genesis929/genai-toolbox
that referenced
this pull request
Sep 4, 2025
…googleapis#1324) ## Description --- > Should include a concise description of the changes (bug or feature), it's > impact, along with a summary of the solution ## PR Checklist --- > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here> 0b2121e
github-actions bot
pushed a commit
to Jaleel-zhu/genai-toolbox
that referenced
this pull request
Sep 4, 2025
…googleapis#1324) ## Description --- > Should include a concise description of the changes (bug or feature), it's > impact, along with a summary of the solution ## PR Checklist --- > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here> 0b2121e
Yuan325
added a commit
that referenced
this pull request
Sep 5, 2025
🤖 I have created a release *beep* *boop* --- ## [0.14.0](v0.13.0...v0.14.0) (2025-09-05) ### ⚠ BREAKING CHANGES * **bigquery:** Move `useClientOAuth` config from tool to source ([#1279](#1279)) ([8d20a48](8d20a48)) * **tools/bigquerysql:** remove `useClientOAuth` from tools config ([#1312](#1312)) ### Features * **clickhouse:** Add ClickHouse Source and Tools ([#1088](#1088)) ([75a04a5](75a04a5)) * **prebuilt/alloydb-postgres:** Support ipType and IAM users ([#1324](#1324)) ([0b2121e](0b2121e)) * **server/mcp:** Support toolbox auth in mcp ([#1140](#1140)) ([ca353e0](ca353e0)) * **source/mysql:** Support `queryParams` in MySQL source ([#1299](#1299)) ([3ae2526](3ae2526)) * **tools/bigquery:** Support end-user credential passthrough on multiple BQ tools ([#1314](#1314)) ([88f4b30](88f4b30)) * **tools/looker:** Add description for looker-get-models tool ([#1266](#1266)) ([89af3a4](89af3a4)) * **tools/looker:** Authenticate via end user credentials ([#1257](#1257)) ([8755e3d](8755e3d)) * **tools/looker:** Report field suggestions to agent ([#1267](#1267)) ([2cad82e](2cad82e)) ### Bug Fixes * Do not print usage on runtime error ([#1315](#1315)) ([afba7a5](afba7a5)) * Update env var to allow empty string ([#1260](#1260)) ([03aa9fa](03aa9fa)) * **tools/firestore:** Add document/collection path validation ([#1229](#1229)) ([14c2249](14c2249)) * **tools/looker-get-dashboards:** Fix Looker client OAuth check ([#1338](#1338)) ([36225aa](36225aa)) * **tools/oceanbase:** Fix encoded text with mysql driver ([#1283](#1283)) ([d16f89f](d16f89f)), closes [#1161](#1161) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
github-actions bot
pushed a commit
that referenced
this pull request
Sep 5, 2025
🤖 I have created a release *beep* *boop* --- ## [0.14.0](v0.13.0...v0.14.0) (2025-09-05) ### ⚠ BREAKING CHANGES * **bigquery:** Move `useClientOAuth` config from tool to source ([#1279](#1279)) ([8d20a48](8d20a48)) * **tools/bigquerysql:** remove `useClientOAuth` from tools config ([#1312](#1312)) ### Features * **clickhouse:** Add ClickHouse Source and Tools ([#1088](#1088)) ([75a04a5](75a04a5)) * **prebuilt/alloydb-postgres:** Support ipType and IAM users ([#1324](#1324)) ([0b2121e](0b2121e)) * **server/mcp:** Support toolbox auth in mcp ([#1140](#1140)) ([ca353e0](ca353e0)) * **source/mysql:** Support `queryParams` in MySQL source ([#1299](#1299)) ([3ae2526](3ae2526)) * **tools/bigquery:** Support end-user credential passthrough on multiple BQ tools ([#1314](#1314)) ([88f4b30](88f4b30)) * **tools/looker:** Add description for looker-get-models tool ([#1266](#1266)) ([89af3a4](89af3a4)) * **tools/looker:** Authenticate via end user credentials ([#1257](#1257)) ([8755e3d](8755e3d)) * **tools/looker:** Report field suggestions to agent ([#1267](#1267)) ([2cad82e](2cad82e)) ### Bug Fixes * Do not print usage on runtime error ([#1315](#1315)) ([afba7a5](afba7a5)) * Update env var to allow empty string ([#1260](#1260)) ([03aa9fa](03aa9fa)) * **tools/firestore:** Add document/collection path validation ([#1229](#1229)) ([14c2249](14c2249)) * **tools/looker-get-dashboards:** Fix Looker client OAuth check ([#1338](#1338)) ([36225aa](36225aa)) * **tools/oceanbase:** Fix encoded text with mysql driver ([#1283](#1283)) ([d16f89f](d16f89f)), closes [#1161](#1161) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> 4f022b6
github-actions bot
pushed a commit
to renovate-bot/googleapis-_-genai-toolbox
that referenced
this pull request
Sep 5, 2025
🤖 I have created a release *beep* *boop* --- ## [0.14.0](googleapis/genai-toolbox@v0.13.0...v0.14.0) (2025-09-05) ### ⚠ BREAKING CHANGES * **bigquery:** Move `useClientOAuth` config from tool to source ([googleapis#1279](googleapis#1279)) ([8d20a48](googleapis@8d20a48)) * **tools/bigquerysql:** remove `useClientOAuth` from tools config ([googleapis#1312](googleapis#1312)) ### Features * **clickhouse:** Add ClickHouse Source and Tools ([googleapis#1088](googleapis#1088)) ([75a04a5](googleapis@75a04a5)) * **prebuilt/alloydb-postgres:** Support ipType and IAM users ([googleapis#1324](googleapis#1324)) ([0b2121e](googleapis@0b2121e)) * **server/mcp:** Support toolbox auth in mcp ([googleapis#1140](googleapis#1140)) ([ca353e0](googleapis@ca353e0)) * **source/mysql:** Support `queryParams` in MySQL source ([googleapis#1299](googleapis#1299)) ([3ae2526](googleapis@3ae2526)) * **tools/bigquery:** Support end-user credential passthrough on multiple BQ tools ([googleapis#1314](googleapis#1314)) ([88f4b30](googleapis@88f4b30)) * **tools/looker:** Add description for looker-get-models tool ([googleapis#1266](googleapis#1266)) ([89af3a4](googleapis@89af3a4)) * **tools/looker:** Authenticate via end user credentials ([googleapis#1257](googleapis#1257)) ([8755e3d](googleapis@8755e3d)) * **tools/looker:** Report field suggestions to agent ([googleapis#1267](googleapis#1267)) ([2cad82e](googleapis@2cad82e)) ### Bug Fixes * Do not print usage on runtime error ([googleapis#1315](googleapis#1315)) ([afba7a5](googleapis@afba7a5)) * Update env var to allow empty string ([googleapis#1260](googleapis#1260)) ([03aa9fa](googleapis@03aa9fa)) * **tools/firestore:** Add document/collection path validation ([googleapis#1229](googleapis#1229)) ([14c2249](googleapis@14c2249)) * **tools/looker-get-dashboards:** Fix Looker client OAuth check ([googleapis#1338](googleapis#1338)) ([36225aa](googleapis@36225aa)) * **tools/oceanbase:** Fix encoded text with mysql driver ([googleapis#1283](googleapis#1283)) ([d16f89f](googleapis@d16f89f)), closes [googleapis#1161](googleapis#1161) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> 4f022b6
github-actions bot
pushed a commit
to Jaleel-zhu/genai-toolbox
that referenced
this pull request
Sep 5, 2025
🤖 I have created a release *beep* *boop* --- ## [0.14.0](googleapis/genai-toolbox@v0.13.0...v0.14.0) (2025-09-05) ### ⚠ BREAKING CHANGES * **bigquery:** Move `useClientOAuth` config from tool to source ([googleapis#1279](googleapis#1279)) ([8d20a48](googleapis@8d20a48)) * **tools/bigquerysql:** remove `useClientOAuth` from tools config ([googleapis#1312](googleapis#1312)) ### Features * **clickhouse:** Add ClickHouse Source and Tools ([googleapis#1088](googleapis#1088)) ([75a04a5](googleapis@75a04a5)) * **prebuilt/alloydb-postgres:** Support ipType and IAM users ([googleapis#1324](googleapis#1324)) ([0b2121e](googleapis@0b2121e)) * **server/mcp:** Support toolbox auth in mcp ([googleapis#1140](googleapis#1140)) ([ca353e0](googleapis@ca353e0)) * **source/mysql:** Support `queryParams` in MySQL source ([googleapis#1299](googleapis#1299)) ([3ae2526](googleapis@3ae2526)) * **tools/bigquery:** Support end-user credential passthrough on multiple BQ tools ([googleapis#1314](googleapis#1314)) ([88f4b30](googleapis@88f4b30)) * **tools/looker:** Add description for looker-get-models tool ([googleapis#1266](googleapis#1266)) ([89af3a4](googleapis@89af3a4)) * **tools/looker:** Authenticate via end user credentials ([googleapis#1257](googleapis#1257)) ([8755e3d](googleapis@8755e3d)) * **tools/looker:** Report field suggestions to agent ([googleapis#1267](googleapis#1267)) ([2cad82e](googleapis@2cad82e)) ### Bug Fixes * Do not print usage on runtime error ([googleapis#1315](googleapis#1315)) ([afba7a5](googleapis@afba7a5)) * Update env var to allow empty string ([googleapis#1260](googleapis#1260)) ([03aa9fa](googleapis@03aa9fa)) * **tools/firestore:** Add document/collection path validation ([googleapis#1229](googleapis#1229)) ([14c2249](googleapis@14c2249)) * **tools/looker-get-dashboards:** Fix Looker client OAuth check ([googleapis#1338](googleapis#1338)) ([36225aa](googleapis@36225aa)) * **tools/oceanbase:** Fix encoded text with mysql driver ([googleapis#1283](googleapis#1283)) ([d16f89f](googleapis@d16f89f)), closes [googleapis#1161](googleapis#1161) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> 4f022b6
AnmolShukla2002
pushed a commit
that referenced
this pull request
Sep 8, 2025
## Description --- > Should include a concise description of the changes (bug or feature), it's > impact, along with a summary of the solution ## PR Checklist --- > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here>
AnmolShukla2002
pushed a commit
that referenced
this pull request
Sep 8, 2025
🤖 I have created a release *beep* *boop* --- ## [0.14.0](v0.13.0...v0.14.0) (2025-09-05) ### ⚠ BREAKING CHANGES * **bigquery:** Move `useClientOAuth` config from tool to source ([#1279](#1279)) ([8d20a48](8d20a48)) * **tools/bigquerysql:** remove `useClientOAuth` from tools config ([#1312](#1312)) ### Features * **clickhouse:** Add ClickHouse Source and Tools ([#1088](#1088)) ([75a04a5](75a04a5)) * **prebuilt/alloydb-postgres:** Support ipType and IAM users ([#1324](#1324)) ([0b2121e](0b2121e)) * **server/mcp:** Support toolbox auth in mcp ([#1140](#1140)) ([ca353e0](ca353e0)) * **source/mysql:** Support `queryParams` in MySQL source ([#1299](#1299)) ([3ae2526](3ae2526)) * **tools/bigquery:** Support end-user credential passthrough on multiple BQ tools ([#1314](#1314)) ([88f4b30](88f4b30)) * **tools/looker:** Add description for looker-get-models tool ([#1266](#1266)) ([89af3a4](89af3a4)) * **tools/looker:** Authenticate via end user credentials ([#1257](#1257)) ([8755e3d](8755e3d)) * **tools/looker:** Report field suggestions to agent ([#1267](#1267)) ([2cad82e](2cad82e)) ### Bug Fixes * Do not print usage on runtime error ([#1315](#1315)) ([afba7a5](afba7a5)) * Update env var to allow empty string ([#1260](#1260)) ([03aa9fa](03aa9fa)) * **tools/firestore:** Add document/collection path validation ([#1229](#1229)) ([14c2249](14c2249)) * **tools/looker-get-dashboards:** Fix Looker client OAuth check ([#1338](#1338)) ([36225aa](36225aa)) * **tools/oceanbase:** Fix encoded text with mysql driver ([#1283](#1283)) ([d16f89f](d16f89f)), closes [#1161](#1161) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
1 task
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.
Description
PR Checklist
CONTRIBUTING.md
bug/issue
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
!if this involve a breaking change🛠️ Fixes #<issue_number_goes_here>