square / keywhiz

A system for distributing and managing secrets

Home Page:https://square.github.io/keywhiz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Null Pointer Exception if you start without a config file

mcpherrinm opened this issue · comments

Exception in thread "main" java.lang.IllegalArgumentException: (was java.lang.NullPointerException) (through reference chain: keywhiz.KeywhizConfig["cookieKey"])

We should print an error message, not just NPE.

I'm not sure if this is something specific to the cookieKey, if so, Issue #180 would fix it.