vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Automate communication and auth for docker-based event drivers #712

Closed kars7e closed 5 years ago

kars7e commented 5 years ago

Overview

Currently, users must manually provide organization and Dispatch API endpoint when creating an event driver. This change removes this burden from the user by adding an option to configure api-endpoint accessible by event drivers, as well as it adds authentication for event drivers by requiring them to specify a token. The token is used to retrieve the organization server-side.

Changes

Testing

e2e with enabled events passed.

Fix #699 Fix #700