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 2019/10/01 03:04:21 UTC

[GitHub] [openwhisk-catalog] rabbah commented on issue #309: samples/countdown needs API key

rabbah commented on issue #309: samples/countdown needs API key
URL: https://github.com/apache/openwhisk-catalog/issues/309#issuecomment-536839376
 
 
   @brunowego I'm not sure if your error is the same. In general the OpenWhisk API key is not available to action unless you ask for it. You do this by adding the appropriate annotation on the action. See https://github.com/apache/openwhisk/blob/master/docs/annotations.md#annotations-for-all-actions
   
   If your function is performing OpenWhisk API calls, it will need the API key and so you'll need the annotation or provide your key explicitly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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