apache/openwhisk

Triggers should activate actions via internal interface

Open

#2,614 建立於 2017年8月13日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Scala (1,177 fork)batch import
controllerhelp wanted

倉庫指標

Star
 (6,777 star)
PR 合併指標
 (平均合併 17小時 31分鐘) (30 天內合併 3 個 PR)

描述

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:

貢獻者指南