datawire / mdk

Microservices Development Kit. Open source SDK for building microservices in multiple languages.
https://www.datawire.io
Apache License 2.0
58 stars 6 forks source link

Environment support, part 1 #164

Closed itamarst closed 8 years ago

itamarst commented 8 years ago
  1. MDK loads environment from MDK_ENVIRONMENT env variable, falling back to "sandbox".
  2. SharedContext/Session pass the environment around.
  3. Discovery protocol understands and respects the environment.

Still unimplemented:

  1. Password protection.
  2. Inheritance of environments.
  3. End-to-end tests of environments, blocked on MCP support in production.