-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue] The supplied authentication is not authorized to access 'whisk.system/messaging'. #302
Comments
Hello, To follow up, I am currently facing this issue: Hence, I went to check about this kafkaFeed, and rightfully said, it is not here: The guide did not mentioned anything about creating this "kafkaFeed". May I ask in which step this is done please? Thank you |
I was facing a similar issue.
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
which results in the "resource does not exist"-error when trying to create the trigger. |
Hello,
I might be facing an issue and I will be grateful for your expertise.
After building this project, I am not seeing 'whisk.system/messaging'.
I had a look at the documentation on packages: https://github.com/apache/incubator-openwhisk/blob/master/docs/packages.md But yet, no success.
Hence the step of creating the Kafka package wsk -i package bind /whisk.system/messaging myMessageHub -p kafka_brokers_sasl "["localhost:9092"]"
error: Binding creation failed: The supplied authentication is not authorized to access 'whisk.system/messaging' always fail.
May I kindly ask for some advice?
Thank you
The text was updated successfully, but these errors were encountered: