diff --git a/docs/features.md b/docs/features.md index 451f8e2..1b47c8d 100644 --- a/docs/features.md +++ b/docs/features.md @@ -22,6 +22,7 @@ All public features are exposed through `kube` in [kube's Cargo.toml](https://gi | http-proxy | local cluster http proxying | no | [hyper-http-proxy] | | oauth | local cluster oauth for GCP | no | [tame-oauth] | | oidc | local cluster [oidc] auth | no | none | +| webpki-roots| Mozilla's root certificates | no | [webpki-roots] | !!! note "Client dependencies" diff --git a/includes/links.md b/includes/links.md index 7cdb9c9..403ba98 100644 --- a/includes/links.md +++ b/includes/links.md @@ -125,3 +125,4 @@ [hyper-http-proxy]: https://crates.io/crates/hyper-http-proxy [syn]: https://crates.io/crates/syn [quote]: https://crates.io/crates/quote +[webpki-roots]: https://github.com/rustls/webpki-roots