Skip to content

Commit 74e59ef

Browse files
author
github-actions
committed
Merge branch 'release/v2.1.15' into main
2 parents b2ebda0 + bdd9b73 commit 74e59ef

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
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).

deploy-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.1.14"}]
1+
[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.1.15"}]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zilla-docs",
33
"type": "module",
4-
"version": "2.1.14",
4+
"version": "2.1.15",
55
"description": "The official documentation for the aklivity/zilla open-source project",
66
"keywords": [],
77
"author": "aklivity.io",

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)