syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Libsyndicate: treat config and secrets as opaque strings #141

Closed jcnelson closed 8 years ago

jcnelson commented 8 years ago

Libsyndicate shouldn't care that config and secrets are JSON documents, since it just feeds them directly into the driver sandbox. Don't bother trying to parse them; leave that to syndicate.util.gateway.

jcnelson commented 8 years ago

Should be fixed in https://github.com/syndicate-storage/syndicate-core/commit/09fe8a9f6c1909fe4ae8f0df29062f5726afd2db. Please re-open if not.