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 SASL_PLAINTEXT and SASL_SSL to valid values in security protocol … #768

Merged
merged 2 commits into from
Aug 25, 2021

Conversation

pawelrubin
Copy link
Contributor

@pawelrubin pawelrubin commented Jul 23, 2021

Changes

Valid values for the security_protocol attribute in fact contain also "SASL_PLAINTEXT" and "SASL_SSL".

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> (e.g. 588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the PR
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: Fix issue with non-ascii contents in doctest text files.

@pawelrubin pawelrubin force-pushed the security-protocol-doc branch from d58cee4 to 15fb3fc Compare July 23, 2021 11:51
@pawelrubin pawelrubin marked this pull request as ready for review July 23, 2021 11:51
@pawelrubin pawelrubin force-pushed the security-protocol-doc branch from 15fb3fc to fb8dfad Compare July 24, 2021 10:25
@codecov
Copy link

codecov bot commented Jul 24, 2021

Codecov Report

Merging #768 (faeef08) into master (04ca511) will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #768      +/-   ##
==========================================
- Coverage   97.99%   97.89%   -0.10%     
==========================================
  Files          31       31              
  Lines        5279     5279              
==========================================
- Hits         5173     5168       -5     
- Misses        106      111       +5     
Flag Coverage Δ
cext 87.78% <ø> (-0.04%) ⬇️
integration 97.85% <ø> (-0.10%) ⬇️
purepy 97.42% <ø> (-0.10%) ⬇️
unit 51.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiokafka/client.py 98.15% <ø> (ø)
aiokafka/consumer/consumer.py 97.91% <ø> (ø)
aiokafka/producer/producer.py 98.51% <ø> (ø)
aiokafka/consumer/fetcher.py 97.18% <0.00%> (-0.79%) ⬇️

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 04ca511...faeef08. Read the comment docs.

@tvoinarovskyi tvoinarovskyi merged commit 9eb6379 into aio-libs:master Aug 25, 2021
@tvoinarovskyi
Copy link
Member

Thanks!

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