square/keywhiz

Can we update the secret using service call.

Closed this issue · 1 comments

Hi,

I want to create a secret with filename.jceks with version 1.0.From second time onwards i just to update filename.jceks along with versions 1.1 .then i just want to retrieve filename.jceks with latest version.

Is it possible with keywhiz java api ?

Secrets are immutable. Another secret can be added with the same name and a newer version though. See #112