alexellis / arkade

Open Source Marketplace For Developer Tools
https://blog.alexellis.io/kubernetes-marketplace-two-year-update/
MIT License
4.2k stars 287 forks source link

[App] Issuer app for configuring a DNS01 solver #353

Open Waterdrips opened 3 years ago

Waterdrips commented 3 years ago

Expected Behaviour

Something like

arkade install issuer --type route53 --credentials-file ~/route53-creds

We have the manifests somewhere in the OFC / ofc-bootstrap archived repos.

It would set secrets and configure an issuer using the provided method, we can support stuff like cloudflare digitalocean aws route53 civo etc?

Waterdrips commented 3 years ago

https://github.com/openfaas/ofc-bootstrap/blob/master/templates/issue-prod.yml something like this we used on OFC

Waterdrips commented 3 years ago

https://github.com/openfaas/ofc-bootstrap/blob/master/templates/k8s/tls/issuer-prod.yml This is an example with some go templating