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

Remove openssl in favor of rustls-tls #401

Merged
merged 1 commit into from Feb 7, 2023

Commits on Jan 30, 2023

  1. Remove openssl dependency in favor of rustls-tls

    - Removes unused `reqwest` dependency in `agent`
    - For `kube`, `reqwest` dependency, sets `default-features = false` to ensure
      default TLS does not pull in any openssl dependencies
    
    Signed-off-by: John McBride <jpmmcb@amazon.com>
    jpmcb committed Jan 30, 2023
    Copy the full SHA
    b711beb View commit details
    Browse the repository at this point in the history