Skip to content

Commit

Permalink
feat: add Zilla plus aws vaults ref docs (#258)
Browse files Browse the repository at this point in the history
* aws-secrets and aws-acm vaults
  • Loading branch information
vordimous authored Sep 27, 2024
1 parent 75590fd commit f0ba8f9
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 74 deletions.
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 f0ba8f9

Please sign in to comment.