cyberark / summon-conjur

CyberArk Conjur provider for Summon
MIT License
38 stars 8 forks source link

summon-conjur provider uses updated conjur-api-go #22

Closed dustinmm80 closed 6 years ago

dustinmm80 commented 6 years ago

JWT support was added to conjur-api-go with https://github.com/cyberark/conjur-api-go/pull/11. This is necessary to support Conjur v5.

conjur-api-go is a dependency of summon-conjur. To complete this story:

  1. Update the vendored conjur-api-go dependency in summon-conjur.
  2. Ensure all tests are passing.
  3. Bump the minor version and release a new version of summon-conjur.
  4. Alert the team.