Files
vault/changelog/22474.txt
Christopher Swenson 12fc5bed7c Add subscribe capability to policies (#22474)
* Add `subscribe` capability to policies

... and `subscribe_event_types` to the policy body.

These are not currently enforced in the events system (as that
will require populating the full secrets path in the event).

Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2023-08-22 18:07:32 +00:00

4 lines
103 B
Plaintext

```release-note:feature
Add subscribe capability and subscribe_event_types to policies for events.
```