googleapis / googleapis/google-cloud-cpp
Change gRPC channel configuration to include `DEFAULT_AUTHORITY`
Open
type: feature request
- Dominant language
- C++
- Stars
- 659
- Forks
- 462
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 89
Description
Channels intended for `storage.googleapis.com` should set:
```cc
args.SetString(GRPC_ARG_DEFAULT_AUTHORITY, "storage.googleapis.com");
```
I am not sure if this is only needed when using Google Direct Access (i.e. `google-c2:///*` endpoints), or a general thing.
Contributor guide
Assessment
This issue has not been assessed yet.