For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/security/code_security/iac_security/iac_rules/terraform-aws-glue-data-catalog-encryption-disabled.md.
A documentation index is available at /llms.txt.
AWS Glue Data Catalog contains metadata about AWS resources and should be properly encrypted to protect sensitive information. When encryption is disabled for connection passwords or data at rest, it could expose sensitive connection credentials and metadata to unauthorized access, potentially leading to data breaches or unauthorized resource access. Enabling both connection password encryption (with return_connection_password_encrypted set to true) and encryption at rest with SSE-KMS ensures that all sensitive metadata is properly protected with AWS KMS keys.