cert-manager/cmd/ingress-shim
2018-04-09 18:33:23 +01:00
..
controller Fix e2e test framework and ingress-shim unit tests 2018-04-09 18:33:23 +01:00
options Remove ingress-shim --namespace option 2018-04-05 14:44:47 +01:00
app.go Remove defaultNamespace 2018-04-06 17:45:20 +01:00
main.go Add ingress-shim controller to create Certificates based on annotations on ingress resources 2017-11-30 22:53:54 +00:00
README.md Add ingress-shim controller to create Certificates based on annotations on ingress resources 2017-11-30 22:53:54 +00:00
start.go Add ingress-shim controller to create Certificates based on annotations on ingress resources 2017-11-30 22:53:54 +00:00

ingress-shim

This is a small binary that can be run alongside any cert-manager deployment in order to automatically create Certificate resources for Ingresses when a particular annotation is found on an ingress resource.

This allows users to consume certificates from cert-manager without having to manually create Certificate resources, i.e. in a similar fashion to kube-lego.

It has been developed outside of the core of cert-manager as it is an experiment to assess the best way to implement this sort of functionality.

Project status

This project is experimental, and thus should not be relied upon in a production environment. This tool may change in backwards incompatible ways.

In the future, the functionality of this tool may be merged into cert-manager itself to provide a more seamless experience for users.