Hi,

I am using a config file to store passwords / keys for DB and connection to 
other services like AWS. 

I am using Travis CI for build, and running my tests, and then deploying it 
to live server. 

I would like to encrypt the variables in my config file and only the 
application should be able to read it. This is the criteria -

1) The application should be able to decrypt it in multiple environments, 
from the build server to multiple deployment servers.

2) The password used to decrypt the config file is not avalaible to the 
developers.

Also are there any leiningen plugins / features that will aid in this ?

Thanks,
Murtaza 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to