apache/openwhisk

Triggers should activate actions via internal interface

Ouverte

#2 614 ouverte le 13 août 2017

 (0 commentaire) (0 réaction) (0 personne assignée)Scala (1 177 forks)batch import
controllerhelp wanted

Métriques du dépôt

Stars
 (6 777 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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:

Guide contributeur