jakubfijalkowski / kvenv

A simple command-line utility written in Rust that allows running arbitrary commands within a custom environment that is loaded from Azure KeyVault, GCP Secret Manager, AWS Secrets Manager or Hashicorp Vault.
Apache License 2.0
8 stars 1 forks source link

Ensure rustls is used by all packages #4

Closed jakubfijalkowski closed 1 year ago

jakubfijalkowski commented 1 year ago

Now, it should be enabled by kvenv and it should not depend on native-tls at all.

jakubfijalkowski commented 1 year ago

Closed in 4acbc5d and v0.3.1 release.