You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Supports configuring BYOK encryption on search nodes (#3142)
* use SDK preview in encryption_at_rest
* changelog
* Revert "use SDK preview in encryption_at_rest"
This reverts commit 609c9dc.
* trigger change in EAR
* Revert "trigger change in EAR"
This reverts commit 15794dd.
* Reapply "use SDK preview in encryption_at_rest"
This reverts commit 1c2db30.
* TEMPORARY: send enabled_for_search_nodes = true
* finish resource implementation and tests
* data source implementation and test
* doc update
* default and refactor test
* remove old migration test
* default value in resource
* unit test
---------
Co-authored-by: Oriol Arbusi <[email protected]>
-`aws_kms_config` (Attributes) Amazon Web Services (AWS) KMS configuration details and encryption at rest configuration set for the specified project. (see [below for nested schema](#nestedatt--aws_kms_config))
137
137
-`azure_key_vault_config` (Attributes) Details that define the configuration of Encryption at Rest using Azure Key Vault (AKV). (see [below for nested schema](#nestedatt--azure_key_vault_config))
138
+
-`enabled_for_search_nodes` (Boolean) Flag that indicates whether Encryption at Rest for Dedicated Search Nodes is enabled in the specified project.
138
139
-`google_cloud_kms_config` (Attributes) Details that define the configuration of Encryption at Rest using Google Cloud Key Management Service (KMS). (see [below for nested schema](#nestedatt--google_cloud_kms_config))
-`aws_kms_config` (Block List) Amazon Web Services (AWS) KMS configuration details and encryption at rest configuration set for the specified project. (see [below for nested schema](#nestedblock--aws_kms_config))
157
157
-`azure_key_vault_config` (Block List) Details that define the configuration of Encryption at Rest using Azure Key Vault (AKV). (see [below for nested schema](#nestedblock--azure_key_vault_config))
158
+
-`enabled_for_search_nodes` (Boolean) Flag that indicates whether Encryption at Rest for Dedicated Search Nodes is enabled in the specified project.
158
159
-`google_cloud_kms_config` (Block List) Details that define the configuration of Encryption at Rest using Google Cloud Key Management Service (KMS). (see [below for nested schema](#nestedblock--google_cloud_kms_config))
0 commit comments