You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/08 21:59:10 UTC

[GitHub] mrutkows closed pull request #719: Adding examples of web action annotations

mrutkows closed pull request #719: Adding examples of web action annotations
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/719
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/src/integration/webaction/manifest.yml b/tests/src/integration/webaction/manifest.yml
index 44568d03..b57871de 100644
--- a/tests/src/integration/webaction/manifest.yml
+++ b/tests/src/integration/webaction/manifest.yml
@@ -26,6 +26,27 @@ packages:
                 version: 1.0
                 function: src/greeting.js
                 runtime: nodejs:6
+            greeting-web-action-with-auth:
+                web-export: true
+                version: 1.0
+                function: src/greeting.js
+                runtime: nodejs:6
+                annotations:
+                    require-whisk-auth: true
+            greeting-web-action-final:
+                web-export: true
+                version: 1.0
+                function: src/greeting.js
+                runtime: nodejs:6
+                annotations:
+                    final: true
+            greeting-web-action-with-custom-options:
+                web-export: true
+                version: 1.0
+                function: src/greeting.js
+                runtime: nodejs:6
+                annotations:
+                    web-custom-options: true
         triggers:
             webActionTrigger:
         rules:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services