koding icon indicating copy to clipboard operation
koding copied to clipboard

fresh koding install with digitalocean stack, pre-tested valid key wont verify

Open J-SM opened this issue 6 years ago • 2 comments

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)

  1. on digitalocean account create new 4gb / 80gbdisk Ubuntu 18.04.3 (lts) droplet
  2. install docker / docker-compose and Koding as per githup guide document
  3. generate personal access token on digitalocean
  4. follow koding setup, pick default digitalocean stack & add credentials using key previously created
  5. 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.

J-SM avatar Mar 19 '20 17:03 J-SM

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.

ddrager avatar Mar 30 '20 20:03 ddrager

Any news? Same issue with ubuntu 20.04 on Google Cloud.

palumbonicola avatar Jul 07 '20 19:07 palumbonicola