Grails

Mapping multiple Route53 record sets to a record set

Lets take an example where we need to point somedns.com, www.somedns.com to anotherdns.com using AWS' Route53. Creating a record set to point www.somedns.com to anotherdns.com is easy, where www.somedns.com would be a CNAME type record with value "anotherdns.com". But mapping somedns.com to anotherdns.com is not that trivial as R53 does...

by Hitesh Bhatia
Tag: mapping
29-Jan-2014

Grails

Restricting Access To Plugin’s Classes With Spring Security

Many of Grails plugin like searchable  and console can prove to be really dangerous if access to their URLs is not blocked. After adding searchable plugin to my project, I realized that access to its controllers was not defined and was open for all. Now this was a major security concern. There are many ways of restricting access like...

by Hitesh Bhatia
Tag: mapping
03-May-2012