Reylak commented on issue #309: samples/countdown needs API key URL: https://github.com/apache/openwhisk-catalog/issues/309#issuecomment-536907037 > This [`provide-api-key: false`] is added by default for all newly created actions (by the backend controller). This makes sense, and is indeed reflected in [this doc about Annotations](https://github.com/apache/openwhisk/blob/master/docs/annotations.md). Cited below: > `provide-api-key`: This annotation may be attached to actions which require an API key [...]. **The absence of this annotation**, or its presence with a value that is not falsy ([...]) will cause an API key to be present in the action execution context. This annotation is added to newly created actions, if not already specified, with a default false value. (emphasis mine) I misunderstood this paragraph at first because I stopped at the bold part. Maybe this could be rephrased?
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services