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

How can i add a client from UI and how to add version to the secret?

hshyamh4 opened this issue · comments

commented

Right now, clients are added via the /automation/clients API endpoint. This is definitely a step that's preferable to automate. We could add that ability back to the UI, but it's not there currently.

To answer your second question, when you add a secret it has a set (name, version) pair. The intent is that multiple secrets can be added with the same name, but have multiple versions. Versions are generated. For example, keywhiz.cli add secret --name somefile.txt --with-version < somefile.txt