petalmd / armor

Apache License 2.0
15 stars 8 forks source link

Return 401 on wrong password or username #2

Open jmaitrehenry opened 8 years ago

jmaitrehenry commented 8 years ago

If we receive an 401 error on bad login, Kibana will re-ask for user/pass.

Error: Unknown error while connecting to Elasticsearch
Error: AuthException[com.petalmd.armor.authentication.AuthException: No user julien or wrong password (digest: sha512)]; nested: AuthException[No user julien or wrong password (digest: sha512)]; 
ghost commented 8 years ago

I'll look into it.