mistral/releasenotes/notes/action-providers-actions-allowlist-denylist-57c033279e27772e.yaml
Tobias Urdin 11785d1e31 Add allowlist and denylist for action providers and actions
This adds allowlist and denylist ListOpt config options for
filtering what action providers is loaded

Also adds allowlist and denylist ListOpt config options for
filtering what actions is loaded by the legacy action provider.

This is used in a security context where we need to restrict
a environment to only load actions using the legacy action
provider and then filter what actions is explicitly allowed
or not allowed to be used.

Change-Id: I57cd468cba227cc8cc7960e84e9a111217e80cad
2025-03-12 08:35:55 +01:00

11 lines
421 B
YAML

---
features:
- |
Added mutually exclusive config options ``[action_providers]/allowlist``
and ``[action_providers]/denylist`` that can be used to filter what action
providers is loaded.
- |
Added mutually exclusive config options ``[legacy_action_provider]/allowlist``
and ``[legacy_action_provider]/denylist`` that can be used to filter what
actions is loaded by the legacy action provider.