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

Add support for s3 tls-ca-chain #396

Merged
merged 3 commits into from
Feb 20, 2024
Merged

Add support for s3 tls-ca-chain #396

merged 3 commits into from
Feb 20, 2024

Conversation

sabaini
Copy link
Contributor

@sabaini sabaini commented Feb 2, 2024

Fixes #395

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (18da4a3) 65.52% compared to head (a7d7585) 65.37%.
Report is 1 commits behind head on main.

Files Patch % Lines
lib/charms/mysql/v0/s3_helpers.py 16.66% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #396      +/-   ##
==========================================
- Coverage   65.52%   65.37%   -0.15%     
==========================================
  Files          17       17              
  Lines        3089     3099      +10     
  Branches      406      409       +3     
==========================================
+ Hits         2024     2026       +2     
- Misses        936      945       +9     
+ Partials      129      128       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Fixes canonical#395

Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
Copy link
Contributor

@paulomach paulomach left a comment

Choose a reason for hiding this comment

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

@sabaini thank you for your contribution. Left couple comments to address

lib/charms/mysql/v0/s3_helpers.py Show resolved Hide resolved
lib/charms/mysql/v0/s3_helpers.py Show resolved Hide resolved
Per review feedback

Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
Copy link
Contributor

@paulomach paulomach left a comment

Choose a reason for hiding this comment

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

thank you

Copy link
Contributor

@taurus-forever taurus-forever left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution!

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.

No CA chain support
4 participants