Skip to content

Commit 0f9a180

Browse files
authored
docs: add Secure Private Access to solutions page & remove edit option (#288)
1 parent 27c6454 commit 0f9a180

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ Description.
180180

181181
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.
182182

183-
Every page has an `Edit this page on GitHub` link at the bottom for you to check the page source and report specific issues.
184-
185183
## Copyright and license
186184

187185
Copyright Aklivity, Inc. 2024, released under the [Apache 2.0 license](https://github.com/aklivity/zilla/blob/main/LICENSE).

src/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default hopeTheme({
2121
favicon: "/favicon.ico",
2222

2323
repo: "aklivity/zilla",
24-
editLink: true,
24+
editLink: false,
2525
contributors: false,
2626
lastUpdated: false,
2727
docsRepo,

src/solutions/how-tos/amazon-msk/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ The Secure Public Access Proxy lets authorized Kafka clients connect, publish me
2121
> [Amazon MSK Secure Public Access Proxy with Mutual TLS (mTLS) Guide](./secure-public-access/production-mutual-tls.md)
2222
> [Amazon MSK Secure Public Access Proxy with Unauthorized access Guide](./secure-public-access/development.md)
2323
24+
## Secure Private Access
25+
26+
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.
27+
28+
> [Amazon MSK Secure Private Access Proxy](../../concepts/kafka-proxies/secure-private-access.md)
29+
2430
## Web Streaming
2531

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

0 commit comments

Comments
 (0)