Jake Quilty
Jake Quilty
## Is your feature request related to a problem? Please describe. Authenticating with OAuth1 to services that use signature hashing methods that aren't `HMAC-SHA1` is not possible. ## Describe the...
## Is your feature request related to a problem? Please describe. I'd like to be able to use Secretless to authenticate with the Docker Registry from the Docker CLI. This...
## Is your feature request related to a problem? Please describe. You cannot handle policies in the API ## Describe the solution you would like - [ ] [Replace a...
Add the .NET version requirements to the README. Discussed in[ this comment](https://github.com/cyberark/conjur-api-dotnet/pull/61#discussion_r434035821), but moving to a separate issue for times sake.
## Is your feature request related to a problem? Please describe. Adding batch secret retrieval similar to the [REST API](https://docs.conjur.org/Latest/en/Content/Developer/Conjur_API_Batch_Retrieve.htm?tocpath=Developer%7CREST%C2%A0APIs%7C_____8) ## Describe alternatives you have considered This can be done...
## Is your feature request related to a problem? Please describe. Although you can get manually get the environment variables and assign them to the needed variables to instantiate a...
- [ ] api-dotnet.test.Conjur.Test.HostFactoryTest.TestCreateHost - [ ] api-dotnet.test.Conjur.Test.ResourceTest.TestCheck These two tests are commented out, but fail when run. They give a "System.TypeLoadException" exception when run.
- [ ] api-dotnet.test.Conjur.Test.AuthenticatorTest.TestTokenCaching - [ ] api-dotnet.test.Conjur.Test.AuthenticatorTest.TestTokenThreadSafe - [ ] api-dotnet.test.Conjur.Test.ClientTest.TestLogin These 3 tests are commented out, but fail when run. They use the GetToken() method in the ApiKeyAuthenticator...