Skip to content

Commit

Permalink
✨ enable http-proxy and oidc support on kube access
Browse files Browse the repository at this point in the history
FIX #251
  • Loading branch information
davidB committed Jan 9, 2025
1 parent e7b3b7c commit 7f41606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ itertools = "0.14"
k8s-openapi = { version = "0.24", default-features = false }
kube = { version = "0.98", features = [
"client",
"oauth",
"gzip",
"http-proxy",
"oauth",
"oidc",
"rustls-tls",
"socks5",
], default-features = false }
Expand Down

0 comments on commit 7f41606

Please sign in to comment.