Actions
Feature #6799
closedImplement filtering of keys on outgoing events
Start date:
11/19/2020
Due date:
% Done:
100%
Estimated time:
Description
There are some internal keys, starting with _, on events in Mentat. However, we supply them further to other projects, and these keys should be filtered out. So we need some configurable filtering mechanism for outgoing events, either as blocklist of keys or blocklist of regular expressions or even blocklist of JSON paths.
Related issues
Updated by Pavel Kácha about 4 years ago
- Related to Feature #6800: Rename _CESNET key to _Mentat (or make it configurable) added
Updated by Pavel Kácha about 4 years ago
- Related to Feature #4231: Implement and make use of cleanup mechanism for "_" namespaces from IDEA messages. added
Updated by Rajmund Hruška almost 4 years ago
- Status changed from New to Feedback
- Assignee changed from Rajmund Hruška to Pavel Kácha
- % Done changed from 0 to 100
Updated by Rajmund Hruška almost 4 years ago
- Status changed from Feedback to Resolved
Updated by Pavel Kácha almost 4 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Pavel Kácha to Rajmund Hruška
Nice (I appreciate added unit test.) I guess it's only implemented for toplevel keys?
Could you please update also warden_filer.cfg.dist and README?
Updated by Rajmund Hruška almost 4 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Rajmund Hruška to Pavel Kácha
Yes, it's only for top level keys. If I remember correctly, someone during the meeting said that it should be only top level.
I updated README in the latest commit, the configuration file was already updated in the previous commit.
Actions