-
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.
- Loading branch information
Showing
2 changed files
with
52 additions
and
0 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,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. |
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,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). |