Pinniped is the easy, secure way to log in to your Kubernetes clusters.
Go to file
Matt Moyer 74a328de41 Fix linter error in certauthority.
The error was:
```
internal/certauthority/certauthority.go:68:15: err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"expected CA to be a single certificate, found %d certificates\", certCount)" (goerr113)
		return nil, fmt.Errorf("expected CA to be a single certificate, found %d certificates", certCount)
		            ^
exit status 1
```

I'm not sure if I love this err113 linter.
2020-07-27 12:33:33 -07:00
cmd/placeholder-name Extend the REST service to keep a CertIssuer. 2020-07-27 12:33:33 -07:00
deploy Add "--cluster-signing-*-file" flags pointing at a host volume mount. 2020-07-27 12:31:30 -07:00
hack Add generated mock for loginrequest.CertIssuer interface. 2020-07-27 12:33:33 -07:00
internal Fix linter error in certauthority. 2020-07-27 12:33:33 -07:00
pkg Update loginrequest/REST.Create to issue client certificates. 2020-07-27 12:33:33 -07:00
test Fix a bad assumption in library.NewClientConfigWithCertAndKey. 2020-07-27 12:33:33 -07:00
tools Add generated mock for loginrequest.CertIssuer interface. 2020-07-27 12:33:33 -07: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 Add generated mock for loginrequest.CertIssuer interface. 2020-07-27 12:33:33 -07:00
go.sum Add generated mock for loginrequest.CertIssuer interface. 2020-07-27 12:33:33 -07:00

README.md

placeholder-name