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

reorg: Decouple TLS implementation from proxy client #1349

Merged
merged 2 commits into from
Nov 2, 2021
Merged

Commits on Nov 1, 2021

  1. reorg: Decouple TLS implementation from proxy client

    Currently the TLS implementation in `proxy-identity-default` depends on
    `proxy-identity`, which depends on the proxy API to implement its
    refreshing identity client.
    
    This change updates these crates so that the TLS implementation only
    depends on the core identity crate as follows:
    
    * Move `proxy_identity::Credentials` to `identity::Credentials`;
    * Move `proxy/identity/default` to `identity/default`;
    * Rename `proxy/identity` to `proxy/identity-client` to help
      disambiguate it from the core identity crate.
    olix0r committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2f90f74 View commit details
    Browse the repository at this point in the history
  2. fmt

    olix0r committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    af2dd69 View commit details
    Browse the repository at this point in the history