apache/openwhisk

Triggers should activate actions via internal interface

オープン

#2,614 opened on 2017/08/13

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Scala (1,177 件のフォーク)batch import
controllerhelp wanted

Repository metrics

Stars
 (6,777 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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:

コントリビューターガイド