digitalocean-api-java icon indicating copy to clipboard operation
digitalocean-api-java copied to clipboard

getDropletInfo() does not return the assigned key(s)

Open misterbayne opened this issue 3 years ago • 0 comments

I can successfully import an SSH Key and then I can successfully use that SSH Key to create a Droplet. I have verified that I can successfully log in to the Droplet using the SSH Key. However, when I use the DigitalOceanClient to getDropletInfo(), the keys field is always null. What has happened to the Key that was assigned to the Droplet on creation?

misterbayne avatar Apr 05 '22 20:04 misterbayne