Skip to content

Commit

Permalink
fix(k8s): support client cert authentication
Browse files Browse the repository at this point in the history
This addresses a current limitation in the official K8s API library, by
using a fork/branch where we add the necessary feature. When it's merged,
we should revert back to using the upstream version.
  • Loading branch information
edvald committed Jul 8, 2019
1 parent 8ca0813 commit 2a3848a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions garden-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion garden-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"@hapi/joi": "^15.0.3",
"@kubernetes/client-node": "0.10.1",
"@kubernetes/client-node": "git+https://github.com/garden-io/javascript.git#client-cert-auth",
"JSONStream": "^1.3.5",
"analytics-node": "3.3.0",
"ansi-escapes": "^4.1.0",
Expand Down

0 comments on commit 2a3848a

Please sign in to comment.