You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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.
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
The text was updated successfully, but these errors were encountered: