certificates/autocert/controller
Justin 351c01cf7e Do not allow pods in one namespace to create certificates for hostnames from another namespace. (#54)
* Do not allow pods in one namespace to create certificates for hostnames from another namespace.

* Make cluster domain configurable, clean up shouldMutate() logic, and make namespace restrictions configurable with restrictCertificatesToNamespace.

* Return certificate hostname validation errors in the admission webhook response.

* Appease the gometalinter.
2019-04-08 12:24:31 -07:00
..
client.go Fix dependency and linter errors. 2019-02-11 20:27:41 -08:00
Dockerfile autocert 2019-01-17 16:07:27 -08:00
main.go Do not allow pods in one namespace to create certificates for hostnames from another namespace. (#54) 2019-04-08 12:24:31 -07:00
main_test.go Do not allow pods in one namespace to create certificates for hostnames from another namespace. (#54) 2019-04-08 12:24:31 -07:00
provisioner.go Fix types in autocert. 2019-03-07 16:15:21 -08:00