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

HTTP ERROR 404

GoodHaHa opened this issue · comments

When I open https://localhost:4444/ , I get this error:

HTTP ERROR 404

Problem accessing /. Reason:

    Not Found
Powered by Jetty://

There's nothing expected to be there. Is there documentation somewhere that suggests otherwise?

docs cleaned up in #329

There is some reference on the Dockerfile:

# After keywhiz starts up, you can access the admin console by going
# to https://[DOCKER-MACHINE-IP]/ui in your browser. The default user
# in development is keywhizAdmin and the default password is adminPass.

Which still give the same error HTTP ERROR 404, when opening the https://[DOCKER-MACHINE-IP]/ui.

@kaido89 The latest version has already remove the ui.

If you want to run a example, you can look at keywhiz-env and use the previous version.

Yep, that's a documentation error, the UI has been removed. I can update the Dockerfile to remove reference to it.

Updated docs in #342

Hi may I also ask where I can find API documentation? Is is present in any previous build?

Can be found here: https://square.github.io/keywhiz/apidocs

Internally, Square uses keywhiz-fs (https://github.com/square/keywhiz-fs) and is also developing keysync as the next-gen client (https://github.com/square/keysync)