1

I'm wondering if anyone has experience using Dropwizard and Vault together? I'm looking for a solution where I can keep my DB and other passwords in Vault instead of the dropwizard .yaml configuration. I'd also like to be able to start my service up and be prompted for the Vault key and not place any secrets in any config files. Any help is greatly appreciated.

BMW
  • 42,880
  • 12
  • 99
  • 116
user2395365
  • 1,991
  • 4
  • 18
  • 34
  • Have you checked [this question](http://stackoverflow.com/questions/35553673/dropwizard-configuration-file-security) and my comments there. They are not directly connected to your question but maybe will help you. – zloster Apr 20 '16 at 08:29
  • Why not use an environment variable to save the vault key? Prompting the user at startup means that your service can't auto-restart. – Nate Apr 21 '16 at 12:54

0 Answers0