square/keywhiz

Automation API style inconsistent for deleting a secret

sul3n3t opened this issue · 1 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