File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
19
19
- hadoop: Add patch "HADOOP-18516: Support Fixed SAS Token for ABFS Authentication" ([ #852 ] ).
20
20
- hbase: Add hadoop-azure.jar to the lib directory to support the Azure Blob Filesystem and
21
21
the Azure Data Lake Storage ([ #853 ] ).
22
+ - kafka: Add cyrus-sasl-gssapi package for kerberos ([ #874 ] ).
22
23
23
24
### Changed
24
25
@@ -64,6 +65,7 @@ All notable changes to this project will be documented in this file.
64
65
[ #866 ] : https://github.com/stackabletech/docker-images/pull/866
65
66
[ #867 ] : https://github.com/stackabletech/docker-images/pull/867
66
67
[ #868 ] : https://github.com/stackabletech/docker-images/pull/868
68
+ [ #874 ] : https://github.com/stackabletech/docker-images/pull/874
67
69
68
70
## [ 24.7.0] - 2024-07-24
69
71
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ LABEL name="Apache Kafka" \
68
68
COPY kafka/kubernetes.repo /etc/yum.repos.d/kubernetes.repo
69
69
RUN microdnf update && \
70
70
microdnf install \
71
+ # needed by kcat for kerberos
72
+ cyrus-sasl-gssapi \
71
73
# Can be removed once listener-operator integration is used
72
74
kubectl && \
73
75
microdnf clean all && \
You can’t perform that action at this time.
0 commit comments