diff --git a/website/content/docs/configuration/kms/aead.mdx b/website/content/docs/configuration/kms/aead.mdx index 1de11bb9e7..d17e51d8d3 100644 --- a/website/content/docs/configuration/kms/aead.mdx +++ b/website/content/docs/configuration/kms/aead.mdx @@ -22,7 +22,7 @@ kms "aead" { ``` - `purpose` - Purpose of this KMS, acceptable values are: `worker-auth`, `worker-auth-storage`, - `root`, `previous-root`, `recovery`, or `config`. + `root`, `previous-root`, `recovery`, `bsr`, or `config`. - `aead_type` - The type of encryption this KMS uses. Currently only `aes-gcm` is implemented. diff --git a/website/content/docs/configuration/kms/alicloudkms.mdx b/website/content/docs/configuration/kms/alicloudkms.mdx index bcf9d1835b..08d52f3731 100644 --- a/website/content/docs/configuration/kms/alicloudkms.mdx +++ b/website/content/docs/configuration/kms/alicloudkms.mdx @@ -32,7 +32,7 @@ kms "alicloudkms" { These parameters apply to the `kms` stanza in the Boundary configuration file: - `purpose` - Purpose of this KMS, acceptable values are: `worker-auth`, `worker-auth-storage`, - `root`, `previous-root`, `recovery`, or `config`. + `root`, `previous-root`, `recovery`, `bsr`, or `config`. - `region` `(string: "us-east-1")`: The AliCloud region where the encryption key lives. May also be specified by the `ALICLOUD_REGION` diff --git a/website/content/docs/configuration/kms/azurekeyvault.mdx b/website/content/docs/configuration/kms/azurekeyvault.mdx index 6e048d3185..889b69996f 100644 --- a/website/content/docs/configuration/kms/azurekeyvault.mdx +++ b/website/content/docs/configuration/kms/azurekeyvault.mdx @@ -33,7 +33,7 @@ kms "azurekeyvault" { These parameters apply to the `kms` stanza in the Vault configuration file: - `purpose` - Purpose of this KMS, acceptable values are: `worker-auth`, `worker-auth-storage`, - `root`, `previous-root`, `recovery`, or `config`. + `root`, `previous-root`, `recovery`, `bsr`, or `config`. - `tenant_id` `(string: )`: The tenant id for the Azure Active Directory organization. May also be specified by the `AZURE_TENANT_ID` environment variable. diff --git a/website/content/docs/configuration/kms/gcpckms.mdx b/website/content/docs/configuration/kms/gcpckms.mdx index c5421b085e..23056c896e 100644 --- a/website/content/docs/configuration/kms/gcpckms.mdx +++ b/website/content/docs/configuration/kms/gcpckms.mdx @@ -32,7 +32,7 @@ kms "gcpckms" { These parameters apply to the `kms` stanza in the Boundary configuration file: - `purpose` - Purpose of this KMS, acceptable values are: `worker-auth`, `worker-auth-storage`, - `root`, `previous-root`, `recovery`, or `config`. + `root`, `previous-root`, `recovery`, `bsr`, or `config`. - `credentials` `(string: )`: The path to the credentials JSON file to use. May be also specified by the `GOOGLE_CREDENTIALS` or diff --git a/website/content/docs/configuration/kms/ocikms.mdx b/website/content/docs/configuration/kms/ocikms.mdx index a22bb8299e..95da4158cc 100644 --- a/website/content/docs/configuration/kms/ocikms.mdx +++ b/website/content/docs/configuration/kms/ocikms.mdx @@ -31,7 +31,7 @@ kms "ocikms" { These parameters apply to the `kms` stanza in the Boundary configuration file: - `purpose` - Purpose of this KMS, acceptable values are: `worker-auth`, `worker-auth-storage`, - `root`, `previous-root`, `recovery`, or `config`. + `root`, `previous-root`, `recovery`, `bsr`, or `config`. - `key_id` `(string: )`: The OCI KMS key ID to use. - `crypto_endpoint` `(string: )`: The OCI KMS cryptographic endpoint (or data plane endpoint) to be used to make OCI KMS encryption/decryption requests. diff --git a/website/content/docs/configuration/kms/transit.mdx b/website/content/docs/configuration/kms/transit.mdx index 5f39f96b4e..b6e59940df 100644 --- a/website/content/docs/configuration/kms/transit.mdx +++ b/website/content/docs/configuration/kms/transit.mdx @@ -42,7 +42,7 @@ kms "transit" { These parameters apply to the `kms` stanza in the Vault configuration file: - `purpose` - Purpose of this KMS, acceptable values are: `worker-auth`, `worker-auth-storage`, - `root`, `previous-root`, `recovery`, or `config`. + `root`, `previous-root`, `recovery`, `bsr`, or `config`. - `address` `(string: )`: The full address to the Vault cluster. This may also be specified by the `VAULT_ADDR` environment variable.