googleapis / googleapis/google-cloud-cpp

Change gRPC channel configuration to include `DEFAULT_AUTHORITY`

Open
#13,996 1 comment 0 reactions 1 assignee Claimed by @v-pratap View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.