cyberark / conjur-api-dotnet

.NET client for the CyberArk Conjur API
Apache License 2.0
15 stars 11 forks source link

Conjur .Net API for v5 #2

Closed InbalZilberman closed 4 years ago

InbalZilberman commented 7 years ago

GIVEN I'm a .Net developer WHEN I develop an app THEN I should be able to retrieve secrets I have permission using the Conjur .Net library

Conjur v4 has a .Net 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 .Net 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

  1. Test coverage - should be the same as before

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