Assigned
Status Update
Comments
xq...@google.com <xq...@google.com> #2
This feature request has been forwarded to the Data Fusion engineering team so that they may evaluate it. Note that there are no ETAs or guarantees of implementation for feature requests. All communication regarding this feature request is to be done here.
fl...@neo4j.com <fl...@neo4j.com> #3
Struct support is being prioritized and can be tracked in open source by https://issues.cask.co/browse/CDAP-15349 .
fl...@neo4j.com <fl...@neo4j.com> #4
Hello, have customers tried the custom build?
su...@auspost.com.au <su...@auspost.com.au> #5
Hi,
We have not tried this yet.
Due to the unavailability of the private certificate option at the time, we opted to implement a public certificate instead of delaying the project.
We are currently in discussions with our architecture teams to evaluate the possibility of reverting to a private certificate.
I will follow up with you in a week regarding our decision.
Thanks,
Subash.
We have not tried this yet.
Due to the unavailability of the private certificate option at the time, we opted to implement a public certificate instead of delaying the project.
We are currently in discussions with our architecture teams to evaluate the possibility of reverting to a private certificate.
I will follow up with you in a week regarding our decision.
Thanks,
Subash.
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish: Currently customers are facing issues establishing a connection from the Dataflow job to a Neo4j database using TLS encryption with certificate validation ("neo4j+s" connection scheme) while utilizing the "Google_Cloud_to_Neo4j" flex template [0]. The connection was successful when using TLS without certificate validation ("neo4j+scc") while with the connection neo4j+s they are experiencing the error [1].
Please advise if there is any way the customers can add "Djavax.net.ssl.trustStore" to JVM when they start a dataflow job without having to build their own custom flex template. Can you please advise if it's possible to inject Java parameters to dataflow jobs while launching Java initialiser?
[0]
[1] Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
How this might work: Customers can add their custom certificates in the neo4j template.