anowell / kubeclient-rs

Kubernetes API client in Rust
MIT License
30 stars 12 forks source link

Settle upstream client certificate handling #1

Closed anowell closed 6 years ago

anowell commented 7 years ago

I implemented this PR to add client identity to reqwest before discovering the underlying native-tls API is probably going to change to use PKCS8 and a list of certs.

Helping settle these issues and land client identity in reqwest is needed before this crate can be publishing to crates.io.

anowell commented 6 years ago

Resolved. A reqwest API for this landed in https://github.com/seanmonstar/reqwest/pull/192