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

Automation API style inconsistent for deleting a secret

sul3n3t opened this issue · comments

To delete a secret via automation API, DELETE /automation/secrets/<xyz> takes a secret name as <xyz>. All of the other automation APIs use an id for deletion.

Fixed in #136