apache/openwhisk

Triggers should activate actions via internal interface

Open

#2614 aperta il 13 ago 2017

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Scala (1177 fork)batch import
controllerhelp wanted

Metriche repository

Star
 (6777 star)
Metriche merge PR
 (Merge medio 17h 31m) (3 PR mergiate in 30 g)

Descrizione

Currently a trigger causes an action activation through an external interface - but we should use an internal interface.

  • refactor entitlement check to authorize action
  • create internal interface for activation a trigger (useful to surface web triggers)
  • replace http post request for internal interface
  • restoring ability to track causality

Also consider as part of this some long needed changes to handing of triggers:

Guida contributor