We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vault_policy_document
For Enterprise users, it is possible to configure events/subscriptions via policies.
Would it be possible to add support for this?
vault_policy_document data source
data "vault_policy_document" "example" { rule { path = "secret/*" capabilities = ["list", "subscribe"] subscribe_event_types = ["*"] } }
https://developer.hashicorp.com/vault/docs/concepts/events#policies
The text was updated successfully, but these errors were encountered:
Closed by #2293
Sorry, something went wrong.
@fairclothjm #2293 does not address this request, e.g. subscribe_event_types is not supported by vault_policy_document.
subscribe_event_types
No branches or pull requests
Description
For Enterprise users, it is possible to configure events/subscriptions via policies.
Would it be possible to add support for this?
Affected Resource(s) and/or Data Source(s)
vault_policy_document
data sourcePotential Terraform Configuration
References
https://developer.hashicorp.com/vault/docs/concepts/events#policies
The text was updated successfully, but these errors were encountered: