Matt Schouten

Thoughts on building people, software, and systems.

Month: August 2021

  • Making states explicit

    My team uses Postman a lot.  We store our collections in git.  But we don’t want to store our secrets there.  Postman is kind enough to allow users to create environments to hold those secrets. Even with environments, the need to keep secrets secret gives us a configuration problem.  Setting up a new environment involves…