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

When i create secret with one jceks file(by uploading),i can not my file in the UI.

hshyamh4 opened this issue · comments

commented

At the time of creating secret i uploaded a file with somefile.jceks but i do not know whether file is uploaded or not into server and how to read this secret along with somefile.jceks from java application.
Is there any certificate required ? how can i contact the server.

I presume you created the new secret by uploading a file on the UI. When you navigate back to /ui/#/secrets it should be displayed there. It may require a page refresh, but I wouldn't expect it to.

To actually read the secret, you assign it to a client (back by a client certificate). KeywhizFs (or curl) can use the client cert to GET /secret/somefile.jceks.