Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change gRPC channel configuration to include DEFAULT_AUTHORITY #13996

Open
coryan opened this issue Apr 15, 2024 · 0 comments
Open

Change gRPC channel configuration to include DEFAULT_AUTHORITY #13996

coryan opened this issue Apr 15, 2024 · 0 comments
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@coryan
Copy link
Member

coryan commented Apr 15, 2024

Channels intended for storage.googleapis.com should set:

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.

@coryan coryan added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant