googleapis / googleapis/google-cloud-cpp
Change gRPC channel configuration to include `DEFAULT_AUTHORITY`
Abierto
type: feature request
- Lenguaje dominante
- C++
- Estrellas
- 659
- Forks
- 462
- Merge medio
- 1 d 2 h
- PR fusionados (30 d)
- 89
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.