jmtoball commented on issue #302: [Issue] The supplied authentication is not authorized to access 'whisk.system/messaging'. URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/302#issuecomment-449730011 I was facing a similar issue. What does `wsk -i package list` produce for you? After successfully running the `installKafka.sh`-script, you should have something like this: ``` packages /whisk.system/messagingWeb private /whisk.system/messaging shared […] ``` For me the issue was that the auth-key I first ran the script with was actually a guest-one, while you need the system one to install the packages into `/whisk.system`, so I ended up with ``` packages /guest/messagingWeb private /guest/messaging shared […] ``` which results in the "resource does not exist"-error when trying to create the trigger.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
