googleapis / googleapis/google-cloud-cpp
Change gRPC channel configuration to include `DEFAULT_AUTHORITY`
Ouverte
type: feature request
- Langage dominant
- C++
- Étoiles
- 659
- Forks
- 462
- Merge moyen
- 1 j 2 h
- PR mergées (30 j)
- 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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.