- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
Added basic C# client infrastructure to project #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d6f2478    to
    8183e8a      
    Compare
  
    235dc94    to
    8640aff      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, one small issue with running both tests in one bin/integration_tests call
| @@ -0,0 +1,724 @@ | |||
| {{>partial_header}} | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which parts of these templates did you have to edit? Just for my own curiosity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One was to update how enums were converted to strings and the other was to update how the body of the requests was rendered
8640aff    to
    fed2f93      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What does this PR do?
Added an initial C#/.NET client to the project along with some basic tests to ensure it can properly authenticate with Conjur.
What ticket does this PR close?
Resolves #94
Checklists
Change log
Test coverage
Documentation
READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or