Skip to content

Commit

Permalink
Managed Streaming for Kafka Update: Added new API's to support SASL S…
Browse files Browse the repository at this point in the history
…CRAM Authentication with MSK Clusters.
  • Loading branch information
AWS committed Sep 15, 2020
1 parent 1862759 commit 6d46fff
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Managed Streaming for Kafka",
"description": "Added new API's to support SASL SCRAM Authentication with MSK Clusters."
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Revisions"
},
"ListScramSecrets": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "SecretArnList"
}
}
}
}
Loading

0 comments on commit 6d46fff

Please sign in to comment.