Pinniped is the easy, secure way to log in to your Kubernetes clusters.
Go to file
Andrew Keesler dd8ce677ba
Remove LoginRequestStatus.User, for now
As discussed in API review, this field exists for convenience right
now.  Since the username/groups are encoded in the Credential sent in
the LoginRequestStatus, the client still has access to their
user/groups information. We want to remove this for now to be
conservative and limit our API surface area (smaller surface area =
less to maintain). We can always add this back in the future.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-08-14 10:01:38 -04: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 Set the `type` on the image pull `Secret` 2020-08-13 13:34:23 -07:00
hack Normalize `ROOT` naming and calculation in hack/ 2020-08-12 08:34:17 -07:00
internal Remove LoginRequestStatus.User, for now 2020-08-14 10:01:38 -04:00
kubernetes/1.19 Remove LoginRequestStatus.User, for now 2020-08-14 10:01:38 -04:00
pkg Run ./hack/module.sh tidy 2020-08-14 09:16:48 -04:00
test Remove LoginRequestStatus.User, for now 2020-08-14 10:01:38 -04: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
Dockerfile Switch to Debian base images. 2020-08-13 13:35:42 -05:00
LICENSE Add Apache 2.0 license. 2020-07-06 13:50:31 -05:00
README.md First draft of moving API server TLS cert generation to controllers 2020-08-09 10:04:05 -07: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

README.md

placeholder-name

Copyright 2020 VMware, Inc.