Skip to content

Commit

Permalink
Add subscribe to list of allowed capabilities (#2293)
Browse files Browse the repository at this point in the history
* Add `subscribe` to list of allowed capabilities

* changelog

---------

Co-authored-by: gg718 <[email protected]>
Co-authored-by: JM Faircloth <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent cac5adf commit 78f2eda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ FEATURES:
* Add new resource `vault_pki_secret_backend_acme_eab` to manage PKI ACME external account binding tokens. Requires Vault 1.14+. ([#2367](https://github.com/hashicorp/terraform-provider-vault/pull/2367))
* Add new data source and resource `vault_pki_secret_backend_config_cmpv2`. Requires Vault 1.18+. *Available only for Vault Enterprise* ([#2330](https://github.com/hashicorp/terraform-provider-vault/pull/2330))

IMPROVEMENTS:

* Support the event `subscribe` policy capability for `vault_policy_document` data source ([#2293](https://github.com/hashicorp/terraform-provider-vault/pull/2293))

## 4.5.0 (Nov 19, 2024)

FEATURES:
Expand Down
1 change: 1 addition & 0 deletions vault/data_source_policy_document.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var allowedCapabilities = []string{
"sudo",
"deny",
"patch",
"subscribe",
}

func policyDocumentDataSource() *schema.Resource {
Expand Down

0 comments on commit 78f2eda

Please sign in to comment.