Pinniped is the easy, secure way to log in to your Kubernetes clusters.
Go to file
Matt Moyer 76a44ecd58 Add some development notes to the README for now.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-08-14 14:49:13 -05:00
.github Add additional go.mod directories to dependabot. 2020-08-10 12:09:32 -05:00
cmd Now that we have a testutil package, put ioutil.go into it 2020-08-06 15:19:09 -07:00
deploy Standardize whitespace/newlines for consistency. 2020-08-14 14:42:49 -05:00
hack Standardize whitespace/newlines for consistency. 2020-08-14 14:42:49 -05:00
internal Standardize whitespace/newlines for consistency. 2020-08-14 14:42:49 -05:00
kubernetes/1.19 Run ./hack/module.sh tidy 2020-08-14 09:16:48 -04:00
pkg Standardize whitespace/newlines for consistency. 2020-08-14 14:42:49 -05:00
test Mask this testing-only private key so we don't alert on it. 2020-08-14 14:42:22 -05: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 Fix latent linter issues. 2020-08-06 20:42:20 -05:00
.pre-commit-config.yaml Add a .pre-commit-config.yaml file. 2020-08-14 14:41:11 -05:00
Dockerfile Pin images to exact hashes (Dependabot can handle this, it seems). 2020-08-14 10:04:43 -05:00
go.mod Run ./hack/module.sh tidy 2020-08-14 09:16:48 -04:00
go.sum Run ./hack/module.sh tidy 2020-08-14 09:16:48 -04:00
LICENSE Add Apache 2.0 license. 2020-07-06 13:50:31 -05:00
README.md Add some development notes to the README for now. 2020-08-14 14:49:13 -05:00

placeholder-name

Copyright 2020 VMware, Inc.

Developing

Running Lint

./hack/module.sh lint

Running Tests

./hack/module.sh unittest

Pre-commit hooks

This project uses the pre-commit to agree on some conventions about whitespace/file encoding.

$ brew install pre-commit
[...]
$ pre-commit install
pre-commit installed at .git/hooks/pre-commit