Skip to content

Commit

Permalink
Reducing number of parameters to kafka api when reusing service token…
Browse files Browse the repository at this point in the history
… in e2e
  • Loading branch information
armaseg committed Sep 11, 2024
1 parent 253efde commit 9169f53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions framework/test/e2e/kafka-api-byo-service-token.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,8 @@ const importedServiceToken = Fn.importValue(stackNewToken.stackName+'-ServiceTok
const kafkaApiReuseServiceToken = new KafkaApi(stackReuseServiceToken, 'kafkaApiReuseServiceToken', {
vpc: vpc.vpc,
clusterArn: msk.cluster.attrArn,
subnets: vpc.vpc.selectSubnets({ subnetType: SubnetType.PRIVATE_WITH_EGRESS }),
brokerSecurityGroup: securityGroup,
kafkaClientLogLevel: KafkaClientLogLevel.DEBUG,
clusterType: MskClusterType.SERVERLESS,
removalPolicy: RemovalPolicy.DESTROY,
clientAuthentication: ClientAuthentication.sasl({ iam: true }),
serviceToken: importedServiceToken,
});
Expand Down

0 comments on commit 9169f53

Please sign in to comment.