Closed GoogleCodeExporter closed 8 years ago
First, if you use spring security, then adding just the following in
Config.groovy is supposed to work:
grails.plugins.springsecurity.interceptUrlMap = [
'/monitoring/**': ['ROLE_ADMIN'],
]
Otherwise, you should note that the "monitoring" url of melody is not a
controller, it's a filter. So I don't think that the following would work:
"monitoringController(controller:'monitoring', action:'*')".
Original comment by evernat@free.fr
on 31 Aug 2013 at 9:27
And I don't know how to make it work in SecurityFilters.groovy
By the way, the issues in the grails plugin are now at:
https://github.com/evernat/grails-melody-plugin/issues
So this issue is now moved to:
https://github.com/evernat/grails-melody-plugin/issues/8
Original comment by evernat@free.fr
on 31 Aug 2013 at 10:38
Original issue reported on code.google.com by
kdo...@gmail.com
on 19 Aug 2013 at 8:40