Actions
Feature #8732
openConsole Access for DigitalOcean VMs
Status:
New
Priority:
Normal
Assignee:
-
Description
The API doesn't appear to support console, but we might be able to "fake it" by just opening a new window to: https://cloud.digitalocean.com/droplets/#{id}/console
The end user would have to sign in to the Digital Ocean GUI, but it would be better than nothing, right?
Updated by Tommy McNeely about 10 years ago
I see a couple ways to handle this..
1. Use the "log" type and just emit some text and a link explaining that the digital ocean API doesn't support console, but to click here and login to their DO account.
2. Take their DO account credentials, and parse the necessary details out of the output. They are using the same NoVNC stuff Foreman is. it should "just work" :)
~tommy
Actions