Add support for disabling encryption and authentication - Documentation - #13041
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## scholzj/add-none-encryption-and-authentication-kafka-exporter #13041 +/- ##
===================================================================================================
- Coverage 80.58% 80.56% -0.03%
+ Complexity 6581 6578 -3
===================================================================================================
Files 344 344
Lines 22776 22776
Branches 3111 3111
===================================================================================================
- Hits 18355 18349 -6
- Misses 3205 3206 +1
- Partials 1216 1221 +5 🚀 New features to boost your workflow:
|
775c2ad to
8ed2323
Compare
8ed2323 to
b0d5579
Compare
b0d5579 to
1d64cac
Compare
fb0a1e4 to
6ec1a10
Compare
| If the `strimzi.io/internal-cluster-security` annotation is not present, Strimzi uses `strimzi-tls` encryption with `strimzi-mtls` authentication. | ||
| This behavior is unchanged from previous releases. | ||
|
|
||
| The following explicit configuration is equivalent to omitting the annotation: |
There was a problem hiding this comment.
What's the reason for including this snippet? Presumably we want to encourage people not to add this config if they don't need it, especially since the API is expected to change
There was a problem hiding this comment.
@katheris I won't lie ... the AI included it there and I did not see any reason why not to include it. 🤷 Do you want me to remove it?
There was a problem hiding this comment.
I think I would prefer to remove it, just because to me it adds unnecessary length to the docs that people have to scroll past
There was a problem hiding this comment.
Ok, removed. Please have a look if it is ok now.
6ec1a10 to
7014520
Compare
7eca1bf to
23eb7aa
Compare
|
@katheris @ppatierno Anything more on this? Thanks. |
Signed-off-by: Jakub Scholz <[email protected]>
Signed-off-by: Jakub Scholz <[email protected]>
Signed-off-by: Jakub Scholz <[email protected]>
23eb7aa to
633fa49
Compare
Signed-off-by: Jakub Scholz <[email protected]>
Type of change
Description
This PR continues the work on disabling TLS encryption and mTLS authentication in the Kafka clusters and adds the related documentation and CHANGELOG.md changes.
Checklist