cyberark / conjur

CyberArk Conjur automatically secures secrets used by privileged users and machine identities
https://conjur.org
Other
760 stars 123 forks source link

Conjur Java API for v5 #170

Closed InbalZilberman closed 7 years ago

InbalZilberman commented 7 years ago

Conjur v4 has a Java API that wraps the REST API of Conjur.

In V5 the API has been changed in an uncompatible way.

Your task, if you wish to accept it, is to create a new JAVA API compatible to v5 givving out the same functionality.

Please pay attention to the following:

  1. Update the READ ME file and mention there:

A. Where can one fine usage example

B. What version on this API supports. Also update in previous JAVA API what version it support.

  1. Test covarage - should be the same as before

  2. Understand if this can be part of the CE Github projects

Please feel free to remove any redundant example\files you see fit

InbalZilberman commented 7 years ago

already exist