algo-ng
algo-ng copied to clipboard
Current problems
- [ ] Certificates provisioning happens on the server. I would prefer to avoid the CA key leaking from the client's machine. Terraform doesn't allow to setup the password for private keys yet. Otherwise we may use any secure storage to keep the CA private with terraform.
- [ ] How to get terraform binary? The better way is to build a gitlab page which detects user's OS and proposes the link to download terraform. This can simplify the installation. But bash wrapper would work as well
- [ ] Documentations. Need to build a few more pages to describe the modules and how advanced users can use them separately in automated builds.
- [ ] More then 1 command to deploy Algo without the wrapper. Not a problem actually, but would be good to simplify this.