Pinniped is the easy, secure way to log in to your Kubernetes clusters.
d8d49be5d9
- It would sometimes fail with this error: namespaces is forbidden: User "tanzu-user-authentication@groups.vmware.com" cannot list resource "namespaces" in API group "" at the cluster scope - Seems like it was because the RBAC rule added by the test needs a moment before it starts to take effect, so change the test to retry the API until it succeeds or fail after 3 seconds of trying. |
||
---|---|---|
.github | ||
cmd | ||
deploy | ||
hack | ||
internal | ||
kubernetes/1.19 | ||
pkg | ||
test | ||
tools | ||
.gitignore | ||
.golangci.yaml | ||
.pre-commit-config.yaml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
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