Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Update kafka cluster auth to include AccountId in create api key requ…
Browse files Browse the repository at this point in the history
…est (#76)
  • Loading branch information
Ryan P authored and DABH committed Feb 20, 2019
1 parent e4105c3 commit bf93b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/kafka/command_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ func (c *clusterCommand) createKafkaCreds(ctx context.Context, kafkaClusterID st
LogicalClusters: []*authv1.ApiKey_Cluster{
{Id: kafkaClusterID},
},
AccountId:c.config.Auth.Account.Id,
})

if err != nil {
Expand Down

0 comments on commit bf93b82

Please sign in to comment.