Hi everyone,
We’ve just released NServiceBus.Transport.AzureServiceBus 3.0.1.
Fixed bugs
- #689 UnauthorizedAccessException when starting without manage rights
How to know if you are affected
You are affected if:
- The endpoint is running with access authorization policies that only contain
Send
andListen
rights withoutManage
rights (least-privilege). - The endpoint has installers and auto-subscription disabled.
Symptoms
When the endpoint is started, an UnauthorizedAccessException
is thrown.
Unhandled exception. System.UnauthorizedAccessException: Service request failed.
Status: 401 (SubCode=40100: Unauthorized : Unauthorized access for 'CreateOrUpdateSubscription' operation on endpoint 'sb://<service-bus-instance>'.
When to upgrade
You should upgrade immediately if you require the transport to run in the least-privilege mode.
Where to get it
You can install NServiceBus.Transport.AzureServiceBus 3.0.1 from NuGet.
With thanks,
The team in Particular
Please read our release policy for more details.