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
@@ -365,6 +374,9 @@ The module can optionally create:
365
374
| <aname="input_kms_backup_external_role_arn"></a> [kms\_backup\_external\_role\_arn](#input\_kms\_backup\_external\_role\_arn)| ARN of the backup vault for the KMS key |`string`|`null`| no |
366
375
| <aname="input_kms_backup_vault_customer_master_key_spec"></a> [kms\_backup\_vault\_customer\_master\_key\_spec](#input\_kms\_backup\_vault\_customer\_master\_key\_spec)| Key spec for the backup vault |`string`|`"ASYMMETRIC_DEFAULT"`| no |
367
376
| <aname="input_kms_backup_vault_key_usage"></a> [kms\_backup\_vault\_key\_usage](#input\_kms\_backup\_vault\_key\_usage)| Key usage for the backup vault |`string`|`"ENCRYPT_DECRYPT"`| no |
377
+
| <aname="input_kms_connector_enable_txsender_key"></a> [kms\_connector\_enable\_txsender\_key](#input\_kms\_connector\_enable\_txsender\_key)| Whether to enable the KMS key for the kms-connector txsender |`bool`|`false`| no |
378
+
| <aname="input_kms_connector_txsender_key_spec"></a> [kms\_connector\_txsender\_key\_spec](#input\_kms\_connector\_txsender\_key\_spec)| Specification for the KMS-Connector txsender (e.g., ECC\_SECG\_P256K1 for Ethereum key signing) |`string`|`"ECC_SECG_P256K1"`| no |
379
+
| <aname="input_kms_connector_txsender_key_usage"></a> [kms\_connector\_txsender\_key\_usage](#input\_kms\_connector\_txsender\_key\_usage)| Key usage for KMS-Connector txsender |`string`|`"SIGN_VERIFY"`| no |
368
380
| <aname="input_kms_cross_account_kms_key_id"></a> [kms\_cross\_account\_kms\_key\_id](#input\_kms\_cross\_account\_kms\_key\_id)| KMS key ID of KMS key created in a different AWS account |`string`|`""`| no |
369
381
| <aname="input_kms_customer_master_key_spec"></a> [kms\_customer\_master\_key\_spec](#input\_kms\_customer\_master\_key\_spec)| Specification for the KMS customer master key (e.g., SYMMETRIC\_DEFAULT, RSA\_2048) |`string`|`"SYMMETRIC_DEFAULT"`| no |
370
382
| <aname="input_kms_deletion_window_in_days"></a> [kms\_deletion\_window\_in\_days](#input\_kms\_deletion\_window\_in\_days)| Deletion window in days for KMS key |`number`|`30`| no |
@@ -445,6 +457,7 @@ The module can optionally create:
445
457
| <aname="output_irsa_summary"></a> [irsa\_summary](#output\_irsa\_summary)| Summary of the IRSA role for MPC party |
446
458
| <aname="output_k8s_configmap_summary"></a> [k8s\_configmap\_summary](#output\_k8s\_configmap\_summary)| Summary of the Kubernetes ConfigMap for MPC party |
447
459
| <aname="output_k8s_service_account_summary"></a> [k8s\_service\_account\_summary](#output\_k8s\_service\_account\_summary)| Summary of the Kubernetes service account for MPC party |
| <aname="output_nitro_enclaves_summary"></a> [nitro\_enclaves\_summary](#output\_nitro\_enclaves\_summary)| Summary of the Nitro Enclaves for MPC party |
449
462
| <aname="output_node_group_tolerations"></a> [node\_group\_tolerations](#output\_node\_group\_tolerations)| Kubernetes tolerations derived from EKS node group taints |
450
463
| <aname="output_nodegroup_auto_assign_security_group_summary"></a> [nodegroup\_auto\_assign\_security\_group\_summary](#output\_nodegroup\_auto\_assign\_security\_group\_summary)| Summary of the auto resolved security group |
0 commit comments