Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ Description.

We’d love to hear your feedback. Please file documentation issues only in the docs GitHub repository. You can file a new issue to suggest improvements or if you see any errors in the existing documentation.

Every page has an `Edit this page on GitHub` link at the bottom for you to check the page source and report specific issues.

## Copyright and license

Copyright Aklivity, Inc. 2024, released under the [Apache 2.0 license](https://github.com/aklivity/zilla/blob/main/LICENSE).
2 changes: 1 addition & 1 deletion src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default hopeTheme({
favicon: "/favicon.ico",

repo: "aklivity/zilla",
editLink: true,
editLink: false,
contributors: false,
lastUpdated: false,
docsRepo,
Expand Down
6 changes: 6 additions & 0 deletions src/solutions/how-tos/amazon-msk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ The Secure Public Access Proxy lets authorized Kafka clients connect, publish me
> [Amazon MSK Secure Public Access Proxy with Mutual TLS (mTLS) Guide](./secure-public-access/production-mutual-tls.md)
> [Amazon MSK Secure Public Access Proxy with Unauthorized access Guide](./secure-public-access/development.md)

## Secure Private Access

The Secure Private Access proxy enables authorized Kafka clients deployed across **cross-account VPCs** to securely connect, publish messages, and subscribe to topics in your Amazon MSK Serverless cluster.

> [Amazon MSK Secure Private Access Proxy](../../concepts/kafka-proxies/secure-private-access.md)

## Web Streaming

The Web Streaming proxy lets Web clients publish, update, and stream messages to a Kafka topic in your Amazon MSK cluster.
Expand Down