I understand that in Grails, by default, vars configurations are stored in Config.groovy and, after deployment, the properties are contained in the war. Obviously, this can cause problems if you need to change them without redistributing the application. However, I just read the following in the Grails AWS plugin docs:
"As recommended by Amazon, you can use the .properties file to process your private key and access this plugin."
...
"Sometimes you still donβt have access to the file system, but donβt want to store your credentials in your configuration file
(http://blanq.github.com/grails-aws/1.2.12.1/index.html)
Is there any security advantage for storing loans outside Config.groovy? Maybe I missed something: /
source
share