cyberark / conjur-service-broker

Implementation of the Open Service Broker API for Conjur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken master build is fixed

izgeri opened this issue · comments

At current, the master build is failing. This needs to be investigated and fixed.

there is a branch to work on this fix: 178-broken-master-build

it's green up to the tests, but the tests are failing and it will require updating how we handle request and response content-types before we can merge these fixes.

Fixed in this PR: #186

It should be noted that, for the time being, version 3.12.6 of puma is NOT supported. Although it is specified as the only fix for the security issue Puma is facing, this is incorrect. 3.12.5 is also a qualified fix, and .6 breaks our existing test framework.