-
Notifications
You must be signed in to change notification settings - Fork 59
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
Authentication issue when trying to process orders #8
Comments
I created the local docker image and ran it as in the src readme. When I look at the logs, they show failures: |
The service bus connection string does not seem to be valid anymore, can you verify that? |
The generator is not having an issue creating messages with that connection string. I've created 604 messages that I can't remove. |
The generator uses send permissions while the message pump uses receive permission. So that is not a guarantee, can you pleasure generate a new one with these permissions please? |
Getting the same result with new key. |
Are you sure that the generated base64 representation is correct? (ie no trailing spaces) The error clearly indicates that it's an authentication issue when trying to start processing the messages |
I'm copying it using the portal copy function. I've tried to stand the Processor up locally, from the command line, outside Docker. I can't get that to run. I keep getting JSON error. |
Are you creating the subscription on the queue itself or the namespace? I presume you've verified that you have Receive/Manage permissions? Does it work in Service Bus Explorer? |
On the queue. Not sure what you mean by verify. I looked at both subscriptions and they both have manage. I'll try service bus explorer tomorrow. |
Hi @rkralston, did you manage to test this? If so, did you get it working? |
No. We abandoned KEDA b/c it is considered experimental by MS. |
That's fair. For what it's worth, that might change soon. |
Please let me know if it does.i am very excited about keda. I think it is a total game changer.
If I had bandwidth, this would be my open source project of choice.
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Tom Kerkhove <[email protected]>
Sent: Monday, November 4, 2019 5:29:00 PM
To: kedacore/sample-dotnet-worker-servicebus-queue <[email protected]>
Cc: Keith Ralston <[email protected]>; Mention <[email protected]>
Subject: Re: [kedacore/sample-dotnet-worker-servicebus-queue] Authentication issue when trying to process orders (#8)
That's fair. For what it's worth, that might change soon.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#8?email_source=notifications&email_token=AAHZELFH47EL2DP5SEI7PGDQSCV3ZA5CNFSM4IQJOC4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBCLEQ#issuecomment-549594514>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHZELHFT2B7WQ3UPCMZZD3QSCV3ZANCNFSM4IQJOC4A>.
|
Keda went GA back in november, and is ready for production usage: |
For what it's worth, I had this exact error when running a Docker container on my local machine that (at the time) had an incorrect system time. Clock mismatch makes the SAS token validation go nuts. After manually setting the correct time on my host, the problem went away |
I'm getting this despite having the correct time on my docker host 😕 Edit: restarting the host solved the problem. |
Good to hear and sorry for the issues, unfortunately there's not much I can do about it.. |
I just had the same situation. Restarting docker worked |
I have everything set up. I run the order generator. I can see the messages hitting the queue. Nothing happens in AKS.
When I look at the k8s tool in Code, the order-processor has a red dot next to it. I'm not sure what to do from there.
I noticed in the YAML that it is pulling the image from your Docker account?
Should I package that in a new container and deploy the image to my ACR?
The text was updated successfully, but these errors were encountered: