Skip to content

Conversation

@k4leung4
Copy link
Contributor

fix

storage client: WithHTTPClient is incompatible with gRPC dial options

our client options are grpc dial options, which isnt compatible with storage, which uses WithHTTPClient.
this worked previously as the options wasnt passed through to the service, but with 1.56.1
in particular, this fix, googleapis/google-cloud-go#12615

Signed-off-by: Kenny Leung <kleung@chainguard.dev>
@k4leung4 k4leung4 merged commit 05905d7 into chainguard-dev:main Aug 22, 2025
102 checks passed
imjasonh pushed a commit to imjasonh/terraform-cloudrun-glue that referenced this pull request Nov 21, 2025
fix 
```
storage client: WithHTTPClient is incompatible with gRPC dial options
```

our client options are grpc dial options, which isnt compatible with
storage, which uses WithHTTPClient.
this worked previously as the options wasnt passed through to the
service, but with 1.56.1
in particular, this fix,
googleapis/google-cloud-go#12615

Signed-off-by: Kenny Leung <kleung@chainguard.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants