Skip to content

Commit

Permalink
Merge branch 'release/v2.1.5' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 29, 2024
2 parents 7b13613 + fc3bdc2 commit 9a80797
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 76 deletions.
2 changes: 1 addition & 1 deletion deploy-versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.1.4"}]
[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.1.5"}]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zilla-docs",
"type": "module",
"version": "2.1.4",
"version": "2.1.5",
"description": "The official documentation for the aklivity/zilla open-source project",
"keywords": [],
"author": "aklivity.io",
Expand Down
4 changes: 4 additions & 0 deletions src/how-tos/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ This Quickstart is hosted at `quickstart.aklivity.io` meaning you can interact w
- A Postman [account](https://www.postman.com/postman-account/)
- Fork the Postman collections from the [Zilla Quickstart Workspace](https://www.postman.com/aklivity-zilla/workspace/aklivity-zilla-quickstart/overview)

::: warning
The live version of the quickstart is currently down for maintenance and any requests to [quickstart.aklivity.io]() won't work. Please use the [local deploy with docker compose](#run-the-quickstart-locally) setup and select the `Local Zilla Quickstart` environment in the Postman collection.
:::

## HTTP Kafka Proxy

The Zilla HTTP Kafka Proxy lets you configure application-centric REST APIs and SSE streams that unlock Kafka event-driven architectures.
Expand Down
23 changes: 23 additions & 0 deletions src/reference/config/vaults/aws-acm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
redirectFrom: /reference/config/vaults/vault-aws.html
shortTitle: aws-acm
icon: aky-zilla-plus
category:
- Vault
---

# aws-acm Vault

A Zilla runtime aws-acm vault that enables remote access of AWS services from an EC2 instance.

This is typically combined with a [tls](../bindings/tls/README.md) binding `vault` property, referencing resources such as `certificates` by Amazon Resource Names (ARNs).

Note: this requires AWS Nitro Enclaves for ACM to be enabled on the instance where Zilla Plus is running.

[Available in <ZillaPlus/>](https://www.aklivity.io/products/zilla-plus)
{.zilla-plus-badge .hint-container .info}

```yaml {2}
server:
type: aws-acm
```
20 changes: 20 additions & 0 deletions src/reference/config/vaults/aws-secrets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
shortTitle: aws-secrets
icon: aky-zilla-plus
category:
- Vault
---

# aws-secrets Vault

A Zilla runtime aws-secrets vault that enables remote access of AWS services from an EC2 instance.

This is typically combined with a [tls](../bindings/tls/README.md) binding `vault` property, referencing resources such as `secrets` by Amazon Resource Names (ARNs).

[Available in <ZillaPlus/>](https://www.aklivity.io/products/zilla-plus)
{.zilla-plus-badge .hint-container .info}

```yaml {2}
server:
type: aws-secrets
```
74 changes: 0 additions & 74 deletions src/reference/config/vaults/aws.md

This file was deleted.

0 comments on commit 9a80797

Please sign in to comment.