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 tls connection envs #95

Closed
wants to merge 2 commits into from

Conversation

kapcsandi
Copy link

You can set extra tls connection options with theese environment variables:

  • CA_ROOT_FILE
  • CLIENT_PKCS12_FILE
  • CLIENT_PKCS12_PASS

@codecov
Copy link

codecov bot commented Jun 5, 2020

Codecov Report

Merging #95 into master will increase coverage by 0.32%.
The diff coverage is 61.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   45.25%   45.58%   +0.32%     
==========================================
  Files          13       13              
  Lines        1328     1358      +30     
==========================================
+ Hits          601      619      +18     
- Misses        727      739      +12     
Impacted Files Coverage Δ
src/db.rs 54.79% <61.29%> (+3.63%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c1c59e1...c1f6015. Read the comment docs.

Copy link
Collaborator

@stepankuzmin stepankuzmin left a comment

Choose a reason for hiding this comment

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

Hi @kapcsandi and thanks for the PR! I really appreciate your work, but could you please fix these minor comments? You may also add some tests for this if you'd like.

src/db.rs Show resolved Hide resolved
src/db.rs Show resolved Hide resolved
src/db.rs Show resolved Hide resolved
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