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

[Feature Request]: Support custom certificates for neo4j template #1794

Open
Polber opened this issue Aug 15, 2024 · 0 comments · May be fixed by #1805
Open

[Feature Request]: Support custom certificates for neo4j template #1794

Polber opened this issue Aug 15, 2024 · 0 comments · May be fixed by #1805
Labels
addition New feature or request needs triage p2

Comments

@Polber
Copy link
Contributor

Polber commented Aug 15, 2024

Related Template(s)

Google_Cloud_to_Neo4j

What feature(s) are you requesting?

The original issue is tracked at https://issuetracker.google.com/issues/360030796

"""
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. The connection was successful when using TLS without certificate validation ("neo4j+scc") while with the connection neo4j+s they are experiencing the error

Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed:
  sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

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

@Polber Polber added addition New feature or request p2 needs triage labels Aug 15, 2024
fbiville added a commit to fbiville/DataflowTemplates that referenced this issue Aug 21, 2024
This is an extra attribute that can now be added to the connection
JSON information.

Fixes GoogleCloudPlatform#1794
@fbiville fbiville linked a pull request Aug 21, 2024 that will close this issue
fbiville added a commit to fbiville/DataflowTemplates that referenced this issue Aug 21, 2024
This is an extra attribute that can now be added to the connection
JSON information.

Fixes GoogleCloudPlatform#1794
fbiville added a commit to fbiville/DataflowTemplates that referenced this issue Sep 9, 2024
This is an extra attribute that can now be added to the connection
JSON information.

Fixes GoogleCloudPlatform#1794
fbiville added a commit to fbiville/DataflowTemplates that referenced this issue Sep 27, 2024
This is an extra attribute that can now be added to the connection
JSON information.

Fixes GoogleCloudPlatform#1794
fbiville added a commit to fbiville/DataflowTemplates that referenced this issue Sep 30, 2024
This is an extra attribute that can now be added to the connection
JSON information.

Fixes GoogleCloudPlatform#1794
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition New feature or request needs triage p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant