Hi Nuzil, Try running this: aio rt action update ACTION_NAME --web true --web-secure YOUR_PASSPHRASE Then, when you invoke the action, include this header:"X-Require-Whisk-Auth": "YOUR_PASSPHRASE" Hope that helps!
When I downloaded my workspace credentials and attempted to add them to my project, I received an "Error: Missing or invalid keys in config" message. The issue was fixed by changing the integration_type from the default "oauthwebapp" to "oauthweb". The former isn't even in the "allowed values" list....