pinniped
pinniped copied to clipboard
Pinniped is the easy, secure way to log in to your Kubernetes clusters.
Abstract the secret key names for Pinniped-generated certificates held in K8s secrets. This does change production code, but should essentially be a refactor (no change in observable behavior). It's a...
CI audit logging should capture full body of all pinniped CR instances and should capture all non-secret mutations caused by the pinniped controllers. We currently only record metadata which makes...
_Originally posted by @cfryanr in https://github.com/vmware-tanzu/pinniped/pull/785#pullrequestreview-731986726_
This code is incorrect: https://github.com/vmware-tanzu/pinniped/blob/c4d7e5c124ecacb39b01973538ea6bfd937eb950/test/testlib/assertions.go#L51-L52 because a test can fail with `panic(nil)`. The go std lib [testing](https://github.com/golang/go/blob/1f9c9d853067635305f72e247c5b49e3fa5da8af/src/testing/testing.go#L1159-L1163) package handles this correctly.
Automatically bumped all go.mod direct dependencies and/or images in dockerfiles.