conjur-api-java icon indicating copy to clipboard operation
conjur-api-java copied to clipboard

Java client for the CyberArk Conjur API

Results 21 conjur-api-java issues
Sort by recently updated
recently updated
newest added

## 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...

component/api/java
kind/bug
internal-contributor

## 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...

component/api/java
kind/enhancement
internal-contributor

## 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...

component/api/java
kind/enhancement

## 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...

component/api/java
triage/scoping
kind/enhancement
kind/developer-experience
kind/infrastructure

## 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...

component/api/java
kind/enhancement

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

kind/technical-debt
component/conjur-sdk

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...

kind/enhancement
support/serious