Skip to content

Commit

Permalink
clarify plaintext and key
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Aug 30, 2023
1 parent 68604b7 commit 080200a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/how-tos/amazon-msk/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,16 @@ Access control methods: `SASL/SCRAM authentication`

Review and create the MSK Cluster.

When the MSK cluster is created you will need to follow the [Sign-in credentials authentication with AWS Secrets Manager](https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html) to associate your `AmazonMSK_*` secret to your cluster. For the remainder of this doc we will assume the following values for this secret:
When the MSK cluster is created you will need to follow the [Sign-in credentials authentication with AWS Secrets Manager](https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html) to associate your `AmazonMSK_*` secret to your cluster. There will be a prompt on the cluster summary page to create a new secret or associate an existing one. For the remainder of this doc we will assume the following values for this secret:

Name: `AmazonMSK_alice`\
Username: `alice`\
Password: `alice-secret`
Use `Plaintext` value:

```json:no-line-numbers
{"username":"alice","password":"alice-secret"}
```

Encryption key: `<Customer managed key>`

::: tip
This creates your MSK cluster in preparation for secure access via the internet.
Expand Down

0 comments on commit 080200a

Please sign in to comment.