alloydb-go-connector
alloydb-go-connector copied to clipboard
A Go library for connecting securely to your AlloyDB instances
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | `v1.33.0` -> `v1.34.0` | [](https://docs.renovatebot.com/merge-confidence/)...
Verify PSC DNS name is present as a SAN in the server certificate. It means removing the existing workaround to check the private IP address instead of the DNS name...
Note: #204 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: d8f76b89f5f40a3785516d6da97d9b216fa2169a buildURL: https://github.com/GoogleCloudPlatform/alloydb-go-connector/actions/runs/7155009529 status: failed
### Feature Description This is for porting https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/pull/698. ### Sample code _No response_ ### Alternatives Considered _No response_ ### Additional Details _No response_
### Description We should let tests configure the response of the metadata exchange. Also, we should expose a way to check the number of open connections in the test server,...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://togithub.com/actions/setup-go) | action | patch | `v5.0.1` -> `v5.0.2` | |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/genproto/googleapis/rpc](https://togithub.com/googleapis/go-genproto) | require | digest | `40e1e62` -> `93522f1` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cloud.google.com/go/alloydb](https://togithub.com/googleapis/google-cloud-go) | `v1.10.4` -> `v1.10.6` | [](https://docs.renovatebot.com/merge-confidence/)...
Note: #193 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 0ee91b2d967fc67190c83e131ba74fdc88843278 buildURL: https://github.com/GoogleCloudPlatform/alloydb-go-connector/actions/runs/9532598878 status: failed
Port of CloudSQL's https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/pull/856 Fixes https://github.com/GoogleCloudPlatform/alloydb-go-connector/issues/607