Netflix / vector

Vector is an on-host performance monitoring framework which exposes hand picked high resolution metrics to every engineer’s browser.
http://getvector.io/
Apache License 2.0
3.58k stars 253 forks source link

1.1.0 on Bintray gives 403 #162

Closed jtimberman closed 7 years ago

jtimberman commented 7 years ago

Hello, we're trying to deploy vector and getting a 403 from the bintray link that is referenced in the installation instructions for "deploying to a web server":

% wget https://dl.bintray.com/netflixoss/downloads/1.1.0/vector.tar.gz
--2017-07-25 15:51:23--  https://dl.bintray.com/netflixoss/downloads/1.1.0/vector.tar.gz
Resolving dl.bintray.com... 108.168.243.150
Connecting to dl.bintray.com|108.168.243.150|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2017-07-25 15:51:23 ERROR 403: Forbidden.

Was this yanked from bintray? Is this no longer a supported installation method? Should we be using 1.1.2? It also results in a 403:

% wget https://dl.bintray.com/netflixoss/downloads/1.1.2/vector.tar.gz
--2017-07-25 15:52:19--  https://dl.bintray.com/netflixoss/downloads/1.1.2/vector.tar.gz
Resolving dl.bintray.com... 108.168.243.150
Connecting to dl.bintray.com|108.168.243.150|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2017-07-25 15:52:19 ERROR 403: Forbidden.
jtimberman commented 7 years ago

Fwiw, we worked around this by making our own copy of the tarball in an S3 bucket so we could still install.

spiermar commented 7 years ago

That's strange.

➜  ~ wget https://dl.bintray.com/netflixoss/downloads/1.1.0/vector.tar.gz
--2017-07-26 16:17:18--  https://dl.bintray.com/netflixoss/downloads/1.1.0/vector.tar.gz
Resolving dl.bintray.com... 52.25.220.82, 54.148.57.238
Connecting to dl.bintray.com|52.25.220.82|:443... connected.
HTTP request sent, awaiting response... 302
Location: https://akamai.bintray.com/ff/ff5a126b6d106c9f2d6e886f4a87a8708933dc997091ad13f3a7f1e65ebed5e2?__gda__=exp=1501111759~hmac=4f2342c518c05f8cf97fe905dfb217c418a2b8c4abf95eca1b690a2a0422bb24&response-content-disposition=attachment%3Bfilename%3D%22vector.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX1-U6eFK9UpbEWxsfTxqTPALKlIJlgJCqll10gmBL9OStHqH7GL5Ud6EbWp_oU_G-jNoI1Tk4l0icNPo0nEaNjAS-niu2x5LFeC14oZ3OcmJlsxZgT9YOzQHtuGAswOTeIrTTMTMybVgQw [following]
--2017-07-26 16:17:19--  https://akamai.bintray.com/ff/ff5a126b6d106c9f2d6e886f4a87a8708933dc997091ad13f3a7f1e65ebed5e2?__gda__=exp=1501111759~hmac=4f2342c518c05f8cf97fe905dfb217c418a2b8c4abf95eca1b690a2a0422bb24&response-content-disposition=attachment%3Bfilename%3D%22vector.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX1-U6eFK9UpbEWxsfTxqTPALKlIJlgJCqll10gmBL9OStHqH7GL5Ud6EbWp_oU_G-jNoI1Tk4l0icNPo0nEaNjAS-niu2x5LFeC14oZ3OcmJlsxZgT9YOzQHtuGAswOTeIrTTMTMybVgQw
Resolving akamai.bintray.com... 184.86.18.114
Connecting to akamai.bintray.com|184.86.18.114|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2531005 (2.4M) [application/gzip]
Saving to: 'vector.tar.gz'

vector.tar.gz                           100%[===============================================================================>]   2.41M  --.-KB/s    in 0.1s

2017-07-26 16:17:19 (18.7 MB/s) - 'vector.tar.gz' saved [2531005/2531005]

Same goes for v1.1.0. Check the downloaded tarball and it looks good.

Could you check again @jtimberman . Might have been a temporary BinTray hiccup.

spiermar commented 7 years ago

Closing due to inactivity.