Skip to content

Commit 36dcb1d

Browse files
authored
chore: added cyrus-sasl-gssapi package for kafka/kreberos (#874)
* added cyrus-sasl-gssapi package * changelog
1 parent 9ff1ab2 commit 36dcb1d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
1919
- hadoop: Add patch "HADOOP-18516: Support Fixed SAS Token for ABFS Authentication" ([#852]).
2020
- hbase: Add hadoop-azure.jar to the lib directory to support the Azure Blob Filesystem and
2121
the Azure Data Lake Storage ([#853]).
22+
- kafka: Add cyrus-sasl-gssapi package for kerberos ([#874]).
2223

2324
### Changed
2425

@@ -64,6 +65,7 @@ All notable changes to this project will be documented in this file.
6465
[#866]: https://github.com/stackabletech/docker-images/pull/866
6566
[#867]: https://github.com/stackabletech/docker-images/pull/867
6667
[#868]: https://github.com/stackabletech/docker-images/pull/868
68+
[#874]: https://github.com/stackabletech/docker-images/pull/874
6769

6870
## [24.7.0] - 2024-07-24
6971

kafka/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ LABEL name="Apache Kafka" \
6868
COPY kafka/kubernetes.repo /etc/yum.repos.d/kubernetes.repo
6969
RUN microdnf update && \
7070
microdnf install \
71+
# needed by kcat for kerberos
72+
cyrus-sasl-gssapi \
7173
# Can be removed once listener-operator integration is used
7274
kubectl && \
7375
microdnf clean all && \

0 commit comments

Comments
 (0)