Skip to content

Commit

Permalink
Fix topic creation permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Feb 1, 2024
1 parent c75c5cc commit 8fa79f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public Mono<ResponseEntity<TopicDTO>> createTopic(
return topicCreationMono.flatMap(topicCreation -> {
var context = AccessContext.builder()
.cluster(clusterName)
.topic(topicCreation.getName())
.topicActions(CREATE)
.operationName("createTopic")
.operationParams(topicCreation)
Expand Down

0 comments on commit 8fa79f5

Please sign in to comment.