Skip to content

Commit

Permalink
wording improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Aug 9, 2024
1 parent 44f8a96 commit 76f4e3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,17 @@ export const enSidebar = sidebar({
link: "how-tos/amazon-msk/secure-public-access/overview.md",
children: [
{
text: "Overview",
text: "Deployment Options",
link: "overview.md",
},
{
text: "Terraform Deploy",
text: "Terraform",
link: "https://github.com/aklivity/zilla-plus-aws-templates/tree/main/amazon-msk/cdktf/secure-public-access",
},
{
text: "CloudFormation Deploy",
collapsible: false,
text: "CloudFormation",
collapsible: true,
link: "production.md",
children: [
{
text: "with SASL/SCRAM",
Expand All @@ -135,9 +136,8 @@ export const enSidebar = sidebar({
text: "with Unauthorized access",
link: "development.md",
},
]
],
},

],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ The <ZillaPlus/> proxy can securely expose any MSK cluster with these access opt

Follow the [Secure Public Access with Terraform](https://github.com/aklivity/zilla-plus-aws-templates/tree/main/amazon-msk/cdktf/secure-public-access) guide to generated or deploy a custom Terraform template using [CDKTF](https://developer.hashicorp.com/terraform/cdktf). This Terraform script can be configured to deploy `SASL/SCRAM authentication`, `Mutual TLS (mTLS) authentication` or `Unauthorized access` to setup connectivity to your MSK cluster with a wildcard DNS pattern.

## SASL/SCRAM authentication with CloudFormation
## Deployment with CloudFormation

### SASL/SCRAM authentication

Follow the [Secure Public Access via SASL/SCRAM authentication](./production.md) guide to setup connectivity to your MSK cluster using a globally trusted TLS server certificate with a wildcard DNS pattern `*.example.aklivity.io` to illustrate the steps.

## Mutual TLS (mTLS) authentication with CloudFormation
### Mutual TLS (mTLS) authentication

Follow the [Secure Public Access via mTLS](./production-mutual-tls.md) guide to setup connectivity to your MSK cluster using a globally trusted TLS server certificate with a wildcard DNS pattern `*.example.aklivity.io` to illustrate the steps.
Follow the [Secure Public Access via mTLS](./production-mutual-tls.md) guide to setup connectivity to your MSK cluster using a globally trusted TLS server certificate with a wildcard DNS pattern `*.example.aklivity.io` to illustrate the steps.

## Unauthorized access with CloudFormation
### Unauthorized access

Follow the [Secure Public Access via Unauthorized access](./development.md) guide to setup connectivity to your MSK cluster using a locally trusted TLS server certificate with the example wildcard DNS pattern `*.aklivity.example.com`.

0 comments on commit 76f4e3d

Please sign in to comment.