-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Zilla plus aws vaults ref docs (#258)
* aws-secrets and aws-acm vaults
- Loading branch information
Showing
3 changed files
with
43 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file was deleted.
Oops, something went wrong.