cyberark / conjur-service-broker

Implementation of the Open Service Broker API for Conjur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bind integration test is run for Conjur V5 and V4

micahlee opened this issue · comments

The bind integration test should be run using both Conjur v5 and v4.

Background

A recent change (8bd9fc7#diff-8278dbf3ca45ed2391b4cb0da7be4264) added a dependency on V5 in the bind integration test by using the literal appliance url http://conjur_5.

This means that the test is no longer executed when running against Conjur v4.

Implementation Notes

Ideas for implementation:

  • Make the master_url a configurable variable set based on the active conjur version
  • Add a second test that is configured specifically for V4