Skip to content
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

Error for Azure service Bus (amqp:unauthorized-access’, “Unauthorized access. ‘Send’ claim(s) are required to perform this operation.)in inbound logs #72

Open
KGita-md opened this issue Jun 15, 2021 · 0 comments

Comments

@KGita-md
Copy link

Description:
For the MHS request execution we are getting expected response code but inbound logs shows error for azure service bus.
When using azure service bus: error in sending message to azure service bus queue.
This error is seen for below two request execution.
Async Reliable Pattern message - Asynchronous Response
Async Express Pattern message - Asynchronous Response

Error:

  • When setup queue url as amqps://md-dev-kainos-asb.servicebus.windows.net/;SharedAccessKeyName=;SharedAccessKey=
    SAS policy ( manage, listen and read) is enabled for this user but still getting below error:
    amqp:unauthorized-access’, “Unauthorized access. ‘Send’ claim(s) are required to perform this operation.

  • When setup queue url as amqps://md-dev-kainos-asb.servicebus.windows.net:5672 with passing username and password for respective variables got below error:
    Failed to send message to any of ’[’amqps://md-dev-kainos-asb.servicebus.windows.net:5672’]

Test data -
ASB_AccessPolicy
Env_variables
inbound_06_07_final.txt
outbound_06_07_final.txt
image
image
image

Priority - Medium

@michael-kainos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant