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

Expose Medusas ssl_verify option #1166

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Expose Medusas ssl_verify option #1166

merged 3 commits into from
Jan 15, 2024

Conversation

rzvoncek
Copy link
Contributor

@rzvoncek rzvoncek commented Jan 10, 2024

What this PR does:
This PR adds support of Medusa's ssl_verify option.

Which issue(s) this PR fixes:
Fixes #1165

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CHANGELOG.md updated (not required for documentation PRs)
  • CLA Signed: DataStax CLA

Comment on lines 93 to 94
{{- else }}
ssl_verify = True
Copy link
Contributor

Choose a reason for hiding this comment

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

Issue: I think the indentation is wrong here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great catch, it looked all good in the IDE.

@rzvoncek rzvoncek force-pushed the radovan/ssl-cert-verify branch 2 times, most recently from 9067008 to c848db4 Compare January 11, 2024 09:42
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b02da26) 56.98% compared to head (c848db4) 56.93%.
Report is 4 commits behind head on main.

❗ Current head c848db4 differs from pull request most recent head 3230ab3. Consider uploading reports for the commit 3230ab3 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1166      +/-   ##
==========================================
- Coverage   56.98%   56.93%   -0.05%     
==========================================
  Files         101      101              
  Lines       10419    10424       +5     
==========================================
- Hits         5937     5935       -2     
- Misses       3960     3966       +6     
- Partials      522      523       +1     
Files Coverage Δ
pkg/medusa/reconcile.go 57.11% <100.00%> (+0.48%) ⬆️

... and 3 files with indirect coverage changes

@rzvoncek rzvoncek marked this pull request as ready for review January 15, 2024 14:46
@rzvoncek rzvoncek requested a review from a team as a code owner January 15, 2024 14:46
@rzvoncek rzvoncek requested a review from adejanovski January 15, 2024 14:46
@adejanovski adejanovski force-pushed the radovan/ssl-cert-verify branch from 3230ab3 to 08094d7 Compare January 15, 2024 15:11
@adejanovski adejanovski merged commit f25850d into main Jan 15, 2024
9 checks passed
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
12.5% Duplication on New Code

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

Support Medusa's ssl_verify option
2 participants