Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "update aws-msk-iam-auth"
Browse files Browse the repository at this point in the history
This reverts commit 545af03.
mikaylathompson committed Apr 19, 2024
1 parent 4ec659b commit bf84469
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TrafficCapture/captureKafkaOffloader/build.gradle
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ dependencies {
implementation group: 'org.projectlombok', name:'lombok', version:'1.18.26'
implementation group: 'org.apache.kafka', name:'kafka-clients', version:'3.6.0'
implementation group: 'org.slf4j', name:'slf4j-api', version:'2.0.7'
implementation group: 'software.amazon.msk', name:'aws-msk-iam-auth', version:'2.1.0'
implementation group: 'software.amazon.msk', name:'aws-msk-iam-auth', version:'1.1.9'

testImplementation project(':captureProtobufs')
testImplementation testFixtures(project(path: ':coreUtilities'))
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ RUN mkdir /root/kafka-tools/aws
WORKDIR /root/kafka-tools
# Get kafka distribution and unpack to 'kafka'
RUN wget -qO- https://archive.apache.org/dist/kafka/3.6.0/kafka_2.13-3.6.0.tgz | tar --transform 's!^[^/]*!kafka!' -xvz
RUN wget -O kafka/libs/msk-iam-auth.jar https://github.com/aws/aws-msk-iam-auth/releases/download/v2.1.0/aws-msk-iam-auth-2.1.0-all.jar
RUN wget -O kafka/libs/msk-iam-auth.jar https://github.com/aws/aws-msk-iam-auth/releases/download/v1.1.9/aws-msk-iam-auth-1.1.9-all.jar
WORKDIR /root

# Add Traffic Replayer jars for running KafkaPrinter from this container
2 changes: 1 addition & 1 deletion TrafficCapture/trafficReplayer/build.gradle
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ dependencies {
implementation group: 'software.amazon.awssdk', name: 'auth', version: '2.20.102'
implementation group: 'software.amazon.awssdk', name: 'sdk-core', version: '2.20.102'
implementation group: 'software.amazon.awssdk', name: 'secretsmanager', version: '2.20.127'
implementation group: 'software.amazon.msk', name: 'aws-msk-iam-auth', version: '2.1.0'
implementation group: 'software.amazon.msk', name: 'aws-msk-iam-auth', version: '1.1.9'
implementation 'org.apache.commons:commons-compress:1.26.0'

testFixturesImplementation project(':replayerPlugins:jsonMessageTransformers:jsonMessageTransformerInterface')

0 comments on commit bf84469

Please sign in to comment.