Is it possible to setup authentication at a sub namespace level?
Let's say a service bus namespace "mysbnamespace.servicebus.windows.net" exists, and two relay services are running under subnamespaces
- mysbnamespace.servicebus.windows.net/relayhost1
- mysbnamespace.servicebus.windows.net/relayhost2
Can relayhost1, relayhost2 have their own credentials without using shared key? If relayhost1 credentials are leaked, relayhost2 should not be comprimised. (clients should be not able to relay messages to relayhost2 with credentials used by relayhost1)
One obvious option is to use different namespaces for running relayhost1 and relayhost2, but I am trying to run these hosts under one namespace?
If there is a way, can you help me to get started?
Thanks in advance
Anil Lingamallu