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

[CLIENT-3160] Add TLS tests in new_tests/ #692

Draft
wants to merge 90 commits into
base: dev
Choose a base branch
from

Conversation

juliannguyen4
Copy link
Collaborator

@juliannguyen4 juliannguyen4 commented Nov 11, 2024

In run-ee-server composite action:

  1. Generate self-signed CA certificate (public key) and private "decrypting" key
  2. Build the server image with TLS enabled. In Dockerfile, server will use the same CA certificate (public key) + CA private key from step 1 to sign (encrypt) and create its own server certificate
  3. Configure tests to confirm the server's identity by checking that the CA certificate from step 1 did sign the server certificate from step 2a

@codecov-commenter
Copy link

codecov-commenter commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.91%. Comparing base (d8eff6e) to head (a83e119).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #692      +/-   ##
==========================================
+ Coverage   80.79%   80.91%   +0.12%     
==========================================
  Files         102      102              
  Lines       15173    15175       +2     
==========================================
+ Hits        12259    12279      +20     
+ Misses       2914     2896      -18     

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

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.

2 participants