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

Kafka Client Certificate Hidden #29683

Merged
merged 6 commits into from Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/Kafka/Integrations/KafkaV3/KafkaV3.yml
Expand Up @@ -30,7 +30,7 @@ configuration:
required: false
- display: Client certificate key (.key)
name: client_cert_key
type: 12
type: 14
required: false
- displaypassword: Client certificate key password (if required)
hiddenusername: true
Expand Down
6 changes: 6 additions & 0 deletions Packs/Kafka/ReleaseNotes/2_0_16.md
@@ -0,0 +1,6 @@

#### Integrations

##### Kafka v3

- Fixed an issue where the **Client certificate key** was in plain text.
2 changes: 1 addition & 1 deletion Packs/Kafka/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Kafka",
"description": "Kafka is an open source distributed streaming platform.",
"support": "xsoar",
"currentVersion": "2.0.15",
"currentVersion": "2.0.16",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down