fresh koding install with digitalocean stack, pre-tested valid key wont verify
ive set up a new instance of koding, with git clone https://github.com/koding/docker-compose.git koding-docker-compose cd koding-docker-compose
Requires docker-compose version >= 1.6
docker-compose up -d
gone though the setup steps to create a digitalocean stack, however an failing at the key verification for the credentials.
i have tested the credentials with a curl request:- curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer {my key here}" "https://api.digitalocean.com/v2/account"
and got an ecpected json response, however koding when i try to "use this & continue" against the key gives me a "Failed to verify: operation timed out" error
Expected Behavior
valid digitalocean key passes verification
Current Behavior
valid digitalocean key fails verification with timeout
Possible Solution
Steps to Reproduce (for bugs)
- on digitalocean account create new 4gb / 80gbdisk Ubuntu 18.04.3 (lts) droplet
- install docker / docker-compose and Koding as per githup guide document
- generate personal access token on digitalocean
- follow koding setup, pick default digitalocean stack & add credentials using key previously created
- press "use this & continue" at which point timeout error occurs
Context
generate a running koding solution for test purposes, against digital ocean stacks for possible Magento 2 development instance deployment & development.
Your Environment
- Version used: koding instance hosted on digitalocean droplet for same digitalocean account api key generated in.
I'm having this same issue with AWS credentials. Saved ok, but gives "Failed to verify: operation timed out". Running on docker 19.03.8, Ubuntu 18.04.
Any news? Same issue with ubuntu 20.04 on Google Cloud.