Skip to content

v4.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 20:55
afb9eca

4.6.0 (Jan 15, 2025)

FEATURES:

  • Update vault_database_secret_backend_connectionto support password_authentication for PostgreSQL, allowing to encrypt password before being passed to PostgreSQL (#2371)
  • Add support for external_id field for the vault_aws_auth_backend_sts_role resource (#2370)
  • Add support for ACME configuration with the vault_pki_secret_backend_config_acme resource. Requires Vault 1.14+ (#2157).
  • Update vault_pki_secret_backend_role to support the cn_validations role field (#1820).
  • Add new resource vault_pki_secret_backend_acme_eab to manage PKI ACME external account binding tokens. Requires Vault 1.14+. (#2367)
  • Add new data source and resource vault_pki_secret_backend_config_cmpv2. Requires Vault 1.18+. Available only for Vault Enterprise (#2330)

IMPROVEMENTS:

  • Support the event subscribe policy capability for vault_policy_document data source (#2293)