Skip to content

Commit

Permalink
aws-secrets and aws-acm vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows authored and vordimous committed Sep 24, 2024
1 parent ef0f292 commit cbc0aee
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/reference/config/vaults/vault-aws-acm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
shortTitle: aws-acm
description: Zilla runtime aws-acm vault
icon: aky-zilla-plus
category:
- Vault
---

# aws-acm Vault

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

Zilla runtime aws-acm vault.

```yaml {2}
server:
type: aws-acm
```
## Summary
Defines a vault remotely accessing AWS services from an EC2 instance.
This is typically combined with `tls` 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.
25 changes: 25 additions & 0 deletions src/reference/config/vaults/vault-aws-secrets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
shortTitle: aws-secrets
description: Zilla runtime aws-secrets vault
icon: aky-zilla-plus
category:
- Vault
---

# aws-secrets Vault

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

Zilla runtime aws-secrets vault.

```yaml {2}
server:
type: aws-secrets
```
## Summary
Defines a vault remotely accessing AWS services from an EC2 instance.
This is typically combined with `tls` binding `vault` property, referencing resources such as `secrets` by Amazon Resource Names (ARNs).

0 comments on commit cbc0aee

Please sign in to comment.