conjur-api-java
conjur-api-java copied to clipboard
Java client for the CyberArk Conjur API
## Summary When attempting to use the Conjur client I am receiving the following exception: ``` java.lang.RuntimeException: java.lang.ClassNotFoundException: Class 'org.glassfish.jersey.client.JerseyClientBuilder' was not found at javax.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:103) at com.cyberark.conjur.api.clients.ResourceClient.init(ResourceClient.java:81) at com.cyberark.conjur.api.clients.ResourceClient.(ResourceClient.java:35) at...
## Is your feature request related to a problem? Please describe. I am retrieving the CONJUR_APPLIANCE_URL and the CONJUR_ACCOUNT in a programmatic manner which means these settings are not set...
## Is your feature request related to a problem? Please describe. Currently, tests are built for an end-to-end environment. There are four JUnit tests located within the Java classpath, which...
## Is your feature request related to a problem? Please describe. Right now The API doesn't have the ability to list the resources in Conjur. To retrieve a secret you...
## Is your feature request related to a problem? Please describe. We can't easily have build results available for forks/contributors so having the builds be done in GitHub actions may...
## 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...
Code climate has a ton of issues with the bash scripts in this repo (see [here](https://codeclimate.com/github/cyberark/conjur-api-java/pull/64) for more info). AC: - [ ] Review the CC issues and resolve them
Expand upon current integration tests within ./test.sh.
Currently ./test.sh's unit tests need to be improved. The tests are Integration heavy
Validate and fix any errors with the following workflows: - [ ] Loading Policy with users and hosts with API keys disabled shows policy load success/failure, but not API keys...