googleapis / googleapis/google-cloud-cpp

Change gRPC channel configuration to include `DEFAULT_AUTHORITY`

オープン
#13,996 コメント 1 件 リアクション 0 件 担当者 1 名 @v-pratap が担当を希望しています GitHub で見る
type: feature request
主要言語
C++
スター
659
フォーク
462
平均マージ
1日 2時間
マージ済み PR(30日)
89

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。