spiffe / spike

SPIKE is a lightweight secrets store that uses SPIFFE as its identity control plane. It protects your secrets and helps your ops, SREs, and sysadmins manage sensitive data securely with minimal overhead.
https://spike.ist/
Mozilla Public License 2.0
33 stars 6 forks source link

Create a secret metadata API. #46

Open v0lkan opened 1 week ago

v0lkan commented 1 week ago

We can list secret paths; but there is no API to display secret metadata.

spike metadata get /path/to/secrets
# displays versions, update times, creation times, version info, deleted timestamps etc.

For this phase we only "get" metadata that is internal to SPIKE.

We won't implement additional metadata functionality now.

sahinakyol commented 1 week ago

@v0lkan !assign

v0lkan commented 1 week ago

All yours.

I'll talk about it in today's onboarding too.