mesosphere/universe

DC/OS is unable to fetch: https://secure.gravatar.com/avatar/6edd0acaf80f784fab3dd2c31d604e74.jpg?s%3D80&r=g&d=mm

jsancio opened this issue · 1 comments

We see this in the Cosmos logs:

Feb 02 19:13:10 ip-10-0-7-85.us-west-2.compute.internal cosmos.sh[5798]: 19:13:10.937 INFO [finagle/netty4-2] access - 127.0.0.1 - - [02/Feb/2018:19:13:10 +0000] "GET /package/resource?url=https://secure.gravatar.com/avatar/6edd0acaf80f784fab3dd2c31d604e74.jpg?s%3D80&r=g&d=mm HTTP/1.1" 403 367 15 "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0"

You can reproduce this by booting a 1.11 cluster and navigating to the Catalog page in the UI and looking at the request sent by the browser.

HTTP response:

{"type":"Forbidden","message":"Unable to complete request due to Forbidden response from service [ResourceProxyHandler$] while accessinghttps://secure.gravatar.com/avatar/6edd0acaf80f784fab3dd2c31d604e74.jpg?s=80","data":{"serviceName":"ResourceProxyHandler$","destination":"https://secure.gravatar.com/avatar/6edd0acaf80f784fab3dd2c31d604e74.jpg?s=80","status":403}}

@twk3 can you update this?