googleapis / googleapis/google-cloud-cpp
Change gRPC channel configuration to include `DEFAULT_AUTHORITY`
Offen
type: feature request
- Vorherrschende Sprache
- C++
- Sterne
- 659
- Forks
- 462
- Ø Merge
- 1 T. 2 Std.
- Gemergte PRs (30 T.)
- 89
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.