640 B
640 B
TODO 2020-02-22
move the current rest api to /opennebulamake the /opennebula api only accessible by an admin accountcreate a new filtered api on /vm/list thata) requires authenticationb) only shows the VMs of the current user
the new api should not contain all details, but: cpus (as read by the vcpu field), ram, ips, disksalso make a (random) uuid the primary key for VMs - everything in this uncloud hack will use uuids as the idstill expose the opennebula id as opennebula_idnote put all secrets/configs into uncloud.secrets - I added a sample file into the repo