cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

Improve support for storing host env externally #172

Closed carolynvs closed 3 years ago

carolynvs commented 4 years ago

One feature that I have been working on is being able to store a tool's entire host environment, e.g. claims, credential sets, externally instead of on the local host.

I'm going to submit a few PRs around this and wanted to have a single issue to help give context them, as they really all came from a single branch to support this that I split up once I had it all working. 😀

I'll do my best to make each independent but they may end up stepping on each other since they do affect the same files.

carolynvs commented 3 years ago

All the tasks from this issue have been implemented.