Disable security via config

Hi

Is it possible or (if currently not) do you plan to add some config flags to disable class/object/attribute level security to skip some resource intensive code (like in RestControllerUtils.applyAttributesSecurity) if it is not needed for a project?

Hi Michael,

Currently there are no such flags, and we don’t have any plans about it. However, this code is well encapsulated and you can easily turn it off if you override the RestControllerUtils bean as described here in the docs. Let us know if you have any trouble with it.

Thank you, Konstantin! I’ll try the proposed approach.