You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2020. It is now read-only.
How do we supply private information that cannot be altered/tempered with inside a manifest that can only be set by the vendor or customer?
I am looking at codius as two ways:
Software Vendor - Do a SaaS per manifest to purchase or use my code as a service so, code must be private? how do we actually enforce that if we can just do docker pull and get it?
Customer - Use manifest as to do something, how to we generate some code to send prior of deploying it, like a private key?
In both cases I end up as not being able to trust the manifest data as private.