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

xds: add support for mTLS Credentials in xDS bootstrap #6757

Merged
merged 21 commits into from Jan 4, 2024

Commits on Oct 31, 2023

  1. xds/internal/xdsclient: A65 - mTLS Credentials

    Implement A65: mTLS Credentials in xDS Bootstrap File described in
    https://github.com/grpc/proposal/blob/master/A65-xds-mtls-creds-in-bootstrap.md.
    atollena committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b214d59 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. feedback from Arvind

    atollena committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    114af39 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    fcac456 View commit details
    Browse the repository at this point in the history
  2. comments from easwars

    atollena committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    85e4902 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    1c1654b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. address easwars comments

    atollena committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c0c0804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f696ce2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    ce57581 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    31df4f3 View commit details
    Browse the repository at this point in the history
  2. fix more test formatting

    atollena committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e3a4724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d958a21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0053a94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50ab88d View commit details
    Browse the repository at this point in the history
  6. add license

    atollena committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7c2cda2 View commit details
    Browse the repository at this point in the history
  7. comments from easwar

    atollena committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0d8263d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    c995f8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1505f65 View commit details
    Browse the repository at this point in the history
  3. fix tests

    atollena committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1ea8603 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. generic xds client cleanups

    atollena committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8f3472e View commit details
    Browse the repository at this point in the history
  2. feedback from easwar:

    - close credentials provider for each authority
    - Fatal tests where possible.
    atollena committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e694f4c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. latest review from easwar

    - cleanup in clientimpl close rather than individual authority close
    - convert tests in bootstrap_test to table driven tests
    atollena committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    01f8c82 View commit details
    Browse the repository at this point in the history