UpCloudLtd / upcloud-whmcs-module

A module for integrating UpCloud's services with WHMCS web hosting platform
MIT License
9 stars 10 forks source link

Consider requiring SSH key, disabling password delivery #44

Open scop opened 5 days ago

scop commented 5 days ago

For security reasons.

Further constraints: https://developers.upcloud.com/1.3/8-servers/#creating-from-a-template

Additionally, it appears that the root password is stored by the module so that it can be retrieved in cleartext. This should be rectified in case we for some reason end up keeping the password login option.

thevilledev commented 5 hours ago

This requires some internal refinement first

thevilledev commented 2 hours ago

API docs for listing available templates: https://developers.upcloud.com/1.3/9-storages/#public-storages

In short:

This should be reflected in the WHMCS module logic when defining these parameters.