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

Add Channel Credentials #7294

Merged
merged 6 commits into from Oct 7, 2020
Merged

Add Channel Credentials #7294

merged 6 commits into from Oct 7, 2020

Commits on Oct 7, 2020

  1. api: Add ChannelCredentials

    ejona86 committed Oct 7, 2020
    Copy the full SHA
    c064d9b View commit details
    Browse the repository at this point in the history
  2. core: Add ChannelCredentials

    ejona86 committed Oct 7, 2020
    Copy the full SHA
    6f06896 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5d1d456 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a4b4544 View commit details
    Browse the repository at this point in the history
  5. alts: Expose ChannelCredentials for the various negotiators

    AltsChannelBuilder could be improved a bit more by removing the call to
    InternalNettyChannelBuilder.setProtocolNegotiatorFactory. However, to do
    that cleanest would require reworking how port is plumbed in
    NettyChannelBuilder and potentially AbstractManagedChannelImplBuilder to
    move getDefaultPort() to ProtocolNegotiator from ClientFactory. Saving
    that for another day.
    ejona86 committed Oct 7, 2020
    Copy the full SHA
    f0ef2c2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2076c4e View commit details
    Browse the repository at this point in the history