Pinniped is the easy, secure way to log in to your Kubernetes clusters.
Go to file
Matt Moyer c2e6a1408d
Remove old generated directories from dependabot. (#72)
These never worked quite right, so let's disable them for now: #51

We can probably come up with some better solution now with the new codegen scripts, but I'll leave that for later.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-08-24 16:20:34 -05:00
.github Remove old generated directories from dependabot. (#72) 2020-08-24 16:20:34 -05:00
apis Add new `./apis` directory and codegen scripts. 2020-08-24 14:32:07 -05:00
cmd Rename project 2020-08-20 10:54:15 -07:00
deploy Get rid of TODO that was completed in ecde8fa8 2020-08-21 10:38:28 -04:00
generated Add newly generated code. 2020-08-24 14:32:07 -05:00
hack Use a symlink instead of directly mounting into GOPATH. 2020-08-24 15:58:52 -05:00
internal Convert code to use the new generated packages. 2020-08-24 14:42:27 -05:00
pkg Convert code to use the new generated packages. 2020-08-24 14:42:27 -05:00
test Convert code to use the new generated packages. 2020-08-24 14:42:27 -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 Convert code to use the new generated packages. 2020-08-24 14:42:27 -05:00
LICENSE Add Apache 2.0 license. 2020-07-06 13:50:31 -05:00
README.md Rename project 2020-08-20 10:54:15 -07:00
go.mod Convert code to use the new generated packages. 2020-08-24 14:42:27 -05:00
go.sum Convert code to use the new generated packages. 2020-08-24 14:42:27 -05:00

README.md

Pinniped

Image of pinniped

About Pinniped

Pinniped provides authentication for Kubernetes clusters.

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

Licence

Pinniped is open source and licenced under Apache License Version 2.0. See LICENSE file.

Copyright 2020 VMware, Inc.