Pinniped is the easy, secure way to log in to your Kubernetes clusters.
Go to file
Ryan Richard 9648db0837 Update how integration tests which use LoginRequest make their clients
- When we call the LoginRequest endpoint in loginrequest_test.go,
  do it with an unauthenticated client, to make sure that endpoint works
  with unauthenticated clients.
- For tests which want to test using certs returned by LoginRequest to
  make API calls back to kube to check if those certs are working, make
  sure they start with a bare client and then add only those certs.
  Avoid accidentally picking up other kubeconfig configuration like
  tokens, etc.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-08-12 14:30:07 -07: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 Use a DaemonSet instead of a Deployment to deploy our app 2020-08-11 17:55:34 -07:00
hack Normalize ROOT naming and calculation in hack/ 2020-08-12 08:34:17 -07:00
internal Make sure we have an explicit DNS SAN on our API serving certificate. 2020-08-12 11:01:06 -05:00
kubernetes/1.19 Fix latent linter issues. 2020-08-06 20:42:20 -05:00
pkg Clean up some lint errors that we missed before. 2020-08-05 09:26:50 -05:00
test Update how integration tests which use LoginRequest make their clients 2020-08-12 14:30:07 -07: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 Bump golang from 1.14.7-alpine to 1.15.0-alpine 2020-08-12 05:50:33 +00:00
go.mod Split up into multiple modules. 2020-08-06 20:09:15 -05:00
go.sum Pull placeholder-name-api back into this repo as a library. 2020-08-06 20:09:15 -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

placeholder-name

Copyright 2020 VMware, Inc.