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

Login for development

3goats opened this issue · comments

Hi,

I just loaded the dev data and started the Keywhiz server and tried logging in with keywhizAdmin:adminPass. This does not seem to work. Are these the correct credentials ?

Those are the correct credentials, inserted when you run the "java -jar keywhiz-server*jar db-seed config.yaml" command. Does db-seed work? Are you trying to log in with the command line, or the web UI?

Yes I ran this it seemed to work OK:

java -jar server/target/keywhiz-server-*-SNAPSHOT-shaded.jar db-seed server/src/main/resources/keywhiz-development.yaml

I'm trying to log into the Web UI

OK Strange - ran it again and it worked. Thanks.