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

Enable xDS credentials #424

Merged
merged 4 commits into from
Feb 12, 2024
Merged

Enable xDS credentials #424

merged 4 commits into from
Feb 12, 2024

Commits on Oct 26, 2023

  1. Enable xDS credentials

    This change should be relatively straightforward. It is a noop outside of the
    context of xDS (as demonstrated by the fact that the tests all pass), but it
    enables xDS-provided certificates (i.e. the ones that would be
    provided/specified in GRPC_XDS_BOOTSTRAP). See proposal
    [A29](https://github.com/grpc/proposal/blob/master/A29-xds-tls-security.md#go)
    for additional detail.
    PapaCharlie committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0620352 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    14ea019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3dc367 View commit details
    Browse the repository at this point in the history
  3. Update after merge

    PapaCharlie committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3fc2238 View commit details
    Browse the repository at this point in the history