Skip to content

Commit

Permalink
add a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Jan 31, 2025
1 parent 55a3ca1 commit 588145e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-msk-alpha/lib/serverless-cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ export class ServerlessCluster extends ClusterBase {
securityGroups: this._securityGroups,
});

// TODO At the time of implementation, IAM authentication cannot be disabled, so it is fixed to `true`.
// If it becomes configurable in the future, the `enabled` property will need to be exposed.
const resource = new CfnServerlessCluster(this, 'Resource', {
clusterName: this.physicalName,
clientAuthentication: {
Expand Down

0 comments on commit 588145e

Please sign in to comment.