ContainerImage.Pinniped/internal
Ryan Richard 86c3f89b2e First draft of moving API server TLS cert generation to controllers
- Refactors the existing cert generation code into controllers
  which read and write a Secret containing the certs
- Does not add any new functionality yet, e.g. no new handling
  for cert expiration, and no leader election to allow for
  multiple servers running simultaneously
- This commit also doesn't add new tests for the cert generation
  code, but it should be more unit testable now as controllers
2020-08-09 10:04:05 -07:00
..
apiserver Pull placeholder-name-api back into this repo as a library. 2020-08-06 20:09:15 -05:00
autoregistration First draft of moving API server TLS cert generation to controllers 2020-08-09 10:04:05 -07:00
certauthority Fix linter error in certauthority. 2020-07-27 12:33:33 -07:00
constable Add placeholder-name CLI 2020-07-28 15:15:59 -05:00
controller First draft of moving API server TLS cert generation to controllers 2020-08-09 10:04:05 -07:00
controllermanager First draft of moving API server TLS cert generation to controllers 2020-08-09 10:04:05 -07:00
downward Add a package for loading Downward API metadata. 2020-07-16 14:25:23 -05:00
mocks/mockcertissuer Add generated mock for loginrequest.CertIssuer interface. 2020-07-27 12:33:33 -07:00
provider First draft of moving API server TLS cert generation to controllers 2020-08-09 10:04:05 -07:00
registry/loginrequest Pull placeholder-name-api back into this repo as a library. 2020-08-06 20:09:15 -05:00
server First draft of moving API server TLS cert generation to controllers 2020-08-09 10:04:05 -07:00
testutil Now that we have a testutil package, put ioutil.go into it 2020-08-06 15:19:09 -07:00