apache/openwhisk

Triggers should activate actions via internal interface

开放

#2,614 创建于 2017年8月13日

 (0 条评论) (0 个反应) (0 位负责人)Scala (1,177 个派生)batch import
controllerhelp wanted

仓库指标

星标
 (6,777 个星标)
PR 合并指标
 (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:

贡献者指南