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

fix(AWS Kafka): Allow usage of Server Root CA without client TLS auth #10837

Merged
merged 1 commit into from Mar 11, 2022

Conversation

fdesoye
Copy link
Contributor

@fdesoye fdesoye commented Mar 10, 2022

This removes a check that prevented us from using a Kafka server root ca cert without using TLS client auth.
The check was previously implemented based on wrong assumptions. The two certs are actually independent from each other.

Addresses: #10260

@codecov
Copy link

codecov bot commented Mar 11, 2022

Codecov Report

Merging #10837 (76509b0) into main (057b149) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #10837      +/-   ##
==========================================
- Coverage   86.39%   86.39%   -0.01%     
==========================================
  Files         304      304              
  Lines       12743    12741       -2     
==========================================
- Hits        11009    11007       -2     
  Misses       1734     1734              
Impacted Files Coverage Δ
lib/plugins/aws/package/compile/events/kafka.js 98.61% <ø> (-0.04%) ⬇️

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 057b149...76509b0. Read the comment docs.

@pgrzesik pgrzesik changed the title Kafka Event: Allow usage of Server Root CA without client TLS auth fix(AWS Kafka): Allow usage of Server Root CA without client TLS auth Mar 11, 2022
@pgrzesik pgrzesik merged commit 6a6417c into serverless:main Mar 11, 2022
Copy link
Contributor

@pgrzesik pgrzesik 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 @fdesoye 🙇

@fdesoye fdesoye deleted the kafka-rootca-without-client-cert branch March 11, 2022 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants