You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/configuration/kms/index.mdx

46 lines
1.5 KiB

---
layout: docs
page_title: KMS configuration
description: >-
Learn about using the kms stanza to configure key management system parameters. Discover resources for learning about specific KMS technologies.
---
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
> [!IMPORTANT]
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
# `kms` stanza
The `kms` stanza configures Boundary kms-specific parameters.
## Configuration
KMS configuration can be done through the Boundary configuration file using the
`kms` stanza:
```hcl
kms [NAME] {
# ...
}
```
For example:
```hcl
kms "transit" {
# ...
}
```
## More information
For specific KMS examples, refer to the following topics:
- [aead KMS](/boundary/docs/configuration/kms/aead)
- [AliCloud KMS](/boundary/docs/configuration/kms/alicloudkms)
- [AWS KMS](/boundary/docs/configuration/kms/awskms)
- [Azure Key Vault KMS](/boundary/docs/configuration/kms/azurekeyvault)
- [GCP Cloud KMS](/boundary/docs/configuration/kms/gcpckms)
- [OCI KMS](/boundary/docs/configuration/kms/ocikms)
- [Vault Transit KMS](/boundary/docs/configuration/kms/transit)