
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
11 lines
421 B
YAML
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.
|