Hello Conjurers!
we have a requirement from our customers. They use our conjur entreprise (v14.3) to retrieve secrets via API and also update those secret values. Therefore, they end up with multiple versions of same secrets.
for sake of rollback and version control, they would like to be able to fetch older version but also see when those versions were created. so far, the only API method i could find is method
GET /resources/$account/$kind/$id and it does list the secret versions but no information on when such versions were created.
I’ve tried to investigate the audit data of a single resource using GET /api/audit/$kind/$id but it returns no data at all.
Anybody faced the same issue? any hint on API methods in place to get more information about Audit data or secret versions metadata ?
Thank you in advance