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/03/03 17:06:52 UTC

[GitHub] mdeuser opened a new pull request #3388: Update require-whisk-auth behavior to secure web action

mdeuser opened a new pull request #3388: Update require-whisk-auth behavior to secure web action
URL: https://github.com/apache/incubator-openwhisk/pull/3388
 
 
   - Setting web action annotation `require-whisk-auth` with string or integer value secures the web action
   - Incoming requests must have the `X-Require-Whisk-Auth` header set to the target web action's require-whisk-auth value
     - When the value matches, the action is invoked
     - When the header is not present or the value does not match, a 401 is returned
   

----------------------------------------------------------------
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