conjur-api-java
conjur-api-java copied to clipboard
Java client libraries should be run against the EE
Currently the "Java client for the CyberArk Conjur API" tests run only against the OSS.
Because of the configurable TLS change and because the client libraries especially Java are used by our customers we should add tests that should be run against the EE too.
Adding some notes from discussions today:
- [ ] Update the
Dockerfile.testto useopenjdk:8instead ofjava:8 - [ ] Update the
conjurcontainer indocker-compose.ymlto usecyberark/conjur:latest - [ ] Update the
clientcontainer indocker-compose.ymlto usecyberark/conjur-cli:5 - [ ] Update the
Dockerfile.nginxto usenginx:1.13.6(not critical, but couldn't hurt)
The java image update will hopefully help fix the broken build in this repo.
This is implemented