cyberark / conjur-api-dotnet

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

us: Add policy entity and load support for V5 #22

Closed DvirCyberArk closed 6 years ago

DvirCyberArk commented 6 years ago

What does this pull request do? Introducing Conjur policy entity to SDK and allow to call load policy to Conjur Server over REST

What background context can you provide? none

Where should the reviewer start? Maybe manual testing can be a good way to start this review process (uploading .yml file)

How should this be manually tested? Create policy yml file convert it to stream and load it using Client to Conjur EE - check UI if policy loaded correctly in structure and functionality.

Link to build in Jenkins (if appropriate) https://jenkins.conjur.net/view/Conjur%205.x/job/cyberark--conjur-api-dotnet/

Questions:

jvanderhoof commented 6 years ago

What's the sensitive information we're concerned about?

jvanderhoof commented 6 years ago

@DvirCyberArk: mind rebasing from the v5Support branch? We really need to see tests running in Jenkins.

jvanderhoof commented 6 years ago

Thanks @DvirCyberArk for the updates. I'll get this merged.