Created 11-10-2017 12:30 PM
Dear all, I have just install Metron with REST API completely. Now I can query, create, delete configuration through rest api. But I wonder how I can protect my configuration. Example: userA create some parser, enrichments, indexing configuration and userB can not query, delete them.
Current version of Metron support this features? Please give me an advice. Thanks.
Created 11-13-2017 01:13 AM
Hi everybody, please help me to solve this features.
Created 11-16-2017 10:45 PM
The current version of Metron does not support authorization at this level.
Created 11-20-2017 01:12 AM
Dear rmerriman, thanks for your answer. I will find another solution to solve it :)
Created 11-21-2017 08:59 PM
Feel free to contribute it back when you do figure it out @Hitsu Yaga! The Metron REST app uses Spring Security which has support for what you're looking to do (you would need to add the ACL capability).