Skip to content
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

Enable setting custom SSLContext for TLS connection to Conjur server #74

Closed
vvidovic opened this issue May 25, 2020 · 2 comments
Closed

Comments

@vvidovic
Copy link

I would like to be able to dynamically set TLS trust to Conjur server

I would like to be able to dynamically set up TLS trust between application using conjur-api-java library and Conjur server to simplify the setup of the application using conjur-api-java in k8s environment.

Enable setting SSL Context when initializing the Conjur class instance

I would be able to set up proper trust between my application and Conjur server from k8s configmap and/or secret configurations.

Alternative is to configure Java VM cacerts

I find current solution with Java VM configuration a bit more hard to do.

Similar to issue Support for Reading SSL Certs from an Environment Variable

@sgnn7
Copy link
Contributor

sgnn7 commented Jun 10, 2020

@vvidovic Your PR is now merged into master but the issue won't be closed until a new released is published (pending). We will close this issue when that happens.

@izgeri
Copy link
Contributor

izgeri commented Jun 29, 2020

This was released in https://github.com/cyberark/conjur-api-java/releases/tag/v3.0.0 - closing this issue now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants