cnabio / cnab-spec

Cloud Native Application Bundle Specification
https://cnab.io
Other
956 stars 99 forks source link

Add timestamps to credential set spec #318

Closed carolynvs closed 4 years ago

carolynvs commented 4 years ago

Since credential sets could be stored in different locations, not just the file system, having timestamps inside the credential set helps users remember when they last worked with the item. Currently tools such as duffle or porter have to rely on the file timestamps which isn't feasible once we start storing the credential sets in databases, etc.

See corresponding PR in cnab-go https://github.com/cnabio/cnab-go/pull/173