Pinniped is the easy, secure way to log in to your Kubernetes clusters.
Go to file
Matt Moyer 07a71236aa Fix a bad assumption in library.NewClientConfigWithCertAndKey.
It turns out these fields are not meant to be base64 encoded, even though that's how they are in the kubeconfig.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-07-27 07:52:36 -05:00
cmd/placeholder-name Fix a failing unit test and import mistake from previous commits 2020-07-24 14:32:07 -07:00
deploy Add "--cluster-signing-*-file" flags pointing at a host volume mount. 2020-07-24 15:45:49 -05:00
hack Initial aggregated API server (#15) 2020-07-23 10:05:21 -05:00
internal Extend certauthority to support loading an existing CA. 2020-07-27 07:50:59 -05:00
pkg More tests and more validations for create LoginRequest endpoint 2020-07-24 11:00:29 -07:00
test Fix a bad assumption in library.NewClientConfigWithCertAndKey. 2020-07-27 07:52:36 -05:00
tools Add initial linter configuration. 2020-07-07 14:55:50 -05:00
.gitignore Hello, world! 2020-07-02 17:05:59 -07:00
.golangci.yaml Add initial CA code. 2020-07-13 16:23:54 -05:00
Dockerfile Initial aggregated API server (#15) 2020-07-23 10:05:21 -05:00
LICENSE Add Apache 2.0 license. 2020-07-06 13:50:31 -05:00
README.md Initial commit 2020-07-02 15:23:21 -07:00
go.mod Bump version of `-api` dependency 2020-07-23 17:12:25 -07:00
go.sum Bump version of `-api` dependency 2020-07-23 17:12:25 -07:00

README.md

placeholder-name