vmware-archive / projectmonitor

Big Visible Chart CI aggregator
http://ci.pivotallabs.com
BSD 2-Clause "Simplified" License
428 stars 120 forks source link

Accessing a public Concourse feed #111

Open professor opened 7 years ago

professor commented 7 years ago

We have a public concourse feed. There is no need to require a feed username or password.

professor commented 7 years ago

In looking at the code, it looks like one does not need to set a username or password, neither is sent in lib/ci_polling_strategy.rb#L20

Here's the url: https://ci.orca.pivotalci.info/api/v1/teams/main/pipelines/gporca/jobs/gpdb_icg_with_orca/builds

Yet, I get a 401 response from the pulse backend with "authorization failed" -- this appears to be a generic error message for any issue.

screen shot 2017-04-26 at 4 16 25 pm

Maybe the concourse_authenticator.rb code needs the same conditional?