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

feat: add support for custom certificate path #1805

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fbiville
Copy link
Collaborator

This is an extra attribute that can now be added to the connection JSON information.

Fixes #1794

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 14 lines in your changes missing coverage. Please review.

Project coverage is 43.99%. Comparing base (7294b49) to head (da5433c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...rt/v2/neo4j/model/connection/ConnectionParams.java 16.66% 6 Missing and 4 partials ⚠️
...ud/teleport/v2/neo4j/database/Neo4jConnection.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1805      +/-   ##
============================================
- Coverage     43.99%   43.99%   -0.01%     
- Complexity     3451     3453       +2     
============================================
  Files           830      830              
  Lines         49156    49167      +11     
  Branches       5153     5155       +2     
============================================
+ Hits          21628    21630       +2     
- Misses        25871    25879       +8     
- Partials       1657     1658       +1     
Components Coverage Δ
spanner-templates 63.53% <ø> (+<0.01%) ⬆️
spanner-import-export 63.75% <ø> (+0.02%) ⬆️
spanner-live-forward-migration 74.83% <ø> (ø)
spanner-live-reverse-replication 68.55% <ø> (ø)
spanner-bulk-migration 84.27% <ø> (ø)
Files with missing lines Coverage Δ
.../neo4j/model/connection/BasicConnectionParams.java 26.31% <100.00%> (ø)
...neo4j/model/connection/BearerConnectionParams.java 31.25% <100.00%> (ø)
...neo4j/model/connection/CustomConnectionParams.java 33.33% <100.00%> (ø)
...o4j/model/connection/KerberosConnectionParams.java 31.25% <100.00%> (ø)
...neo4j/model/connection/NoAuthConnectionParams.java 33.33% <100.00%> (ø)
...ud/teleport/v2/neo4j/database/Neo4jConnection.java 73.33% <0.00%> (-2.16%) ⬇️
...rt/v2/neo4j/model/connection/ConnectionParams.java 28.57% <16.66%> (-9.90%) ⬇️

... and 1 file with indirect coverage changes

@pull-request-size pull-request-size bot added size/L and removed size/M labels Aug 21, 2024
@fbiville fbiville marked this pull request as ready for review August 22, 2024 08:34
Copy link
Contributor

@ali-ince ali-ince left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few comments @fbiville. I think we should change the name of the new setting.

Copy link
Contributor

@ali-ince ali-ince left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Support custom certificates for neo4j template
2 participants