concourse / concourse-docker

Offical concourse/concourse Docker image.
Apache License 2.0
241 stars 153 forks source link

atc.sky.callback.failed-to-fetch-cookie-state #39

Closed connorpwilliams closed 5 years ago

connorpwilliams commented 5 years ago

Steps followed:

git clone http://github.com/concourse/concourse-docker
cd concourse-docker/
./generate-keys.sh
docker-compose up

When I tried logging in with fly -t local login --concourse-url 127.0.0.1:8080 it gave me a link to follow to login, when doing so using test:test for username:password the two lines below log out in docker-compose session. Came across posts for similar issue in old concourse versions but haven't found anything for this one.

Also, I have a concourse bosh deployment (v5.0.0) that fly works with and this version via concourse-docker is v5.0.1. Not sure if that has anything to do with this but it may or may not be worth noting.

Also also, this same error occurs if I navigate to 127.0.0.1:8080 and login once again with test:test for username:password

If I have missed some obvious step I do apologize but I didn't see anything.

concourse-web_1 | {"timestamp":"2019-04-03T21:13:41.475327676Z","level":"info","source":"atc","message":"atc.dex.event","data":{"fields":{},"message":"login successful: connector \"local\", username=\"test\", email=\"test\", groups=[]","session":"6"}} concourse-web_1 | {"timestamp":"2019-04-03T21:13:41.495535187Z","level":"error","source":"atc","message":"atc.sky.callback.failed-to-fetch-cookie-state","data":{"error":"http: named cookie not present","session":"5.7"}}

connorpwilliams commented 5 years ago

Update: When using the main concourse repo, docker-compose works just fine.