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] Implementation of the TLS interface #10

Merged
merged 20 commits into from
Jun 27, 2023
Merged

[Feat] Implementation of the TLS interface #10

merged 20 commits into from
Jun 27, 2023

Conversation

gruyaume
Copy link
Collaborator

@gruyaume gruyaume commented Jun 21, 2023

Description

Implementation of the TLS interface.

Note:

  • I would have hoped to validate the certificate expiring behavior but I couldn't find a way with scenario to trigger custom events. Here I don't want to test the TLS lib, I just want to test the charm code. Following a conversation with Pietro on this subject, he opened an issue for this: [4.0] support for custom events ops-scenario#41

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that validate the behaviour of the software
  • I validated that new and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have bumped the version of the library

@gruyaume gruyaume requested a review from a team as a code owner June 21, 2023 19:39
tests/unit/test_charm.py Outdated Show resolved Hide resolved
@gruyaume gruyaume requested a review from saltiyazan June 22, 2023 12:37
@gruyaume gruyaume requested a review from saltiyazan June 22, 2023 13:11
gruyaume and others added 6 commits June 22, 2023 12:15
Co-authored-by: saltiyazan <yazan.salti.19@gmail.com>
Co-authored-by: saltiyazan <yazan.salti.19@gmail.com>
Co-authored-by: saltiyazan <yazan.salti.19@gmail.com>
Co-authored-by: saltiyazan <yazan.salti.19@gmail.com>
README.md Show resolved Hide resolved
src/charm.py Outdated Show resolved Hide resolved
Copy link
Contributor

@saltiyazan saltiyazan left a comment

Choose a reason for hiding this comment

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

Other than the 2 minor comments, it looks good :)

gruyaume and others added 10 commits June 23, 2023 06:40
Co-authored-by: saltiyazan <yazan.salti.19@gmail.com>
Co-authored-by: saltiyazan <yazan.salti.19@gmail.com>
Co-authored-by: saltiyazan <yazan.salti.19@gmail.com>
Co-authored-by: saltiyazan <yazan.salti.19@gmail.com>
Co-authored-by: saltiyazan <yazan.salti.19@gmail.com>
@gruyaume gruyaume merged commit 1a3d701 into main Jun 27, 2023
7 checks passed
@gruyaume gruyaume deleted the dev-tls branch June 27, 2023 19:59
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.

None yet

3 participants