Active
Project:
ECA: Event - Condition - Action
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2025 at 04:23 UTC
Updated:
24 Jul 2025 at 09:22 UTC
Jump to comment: Most recent
Comments
Comment #2
jurgenhaasThis is certainly possible, but we've not implemented it yet for a reason. Having access to the settings can potentially be a security risk as ECA would then also have access to the hash which would allow for dangerous things if that got exposed.
Comment #3
starlight-sparkleIf access is a concern, what if we require the respective settings keys to be added to a whitelist first?
Like for instance, the action will only read
$settings['some_custom_setting']if the value$settings['eca_misc']['settings_read_whitelist'] = ['some_custom_setting'];is set.