You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
I don't get why I need all these dependencies for managing subscriptions and topics etc... I should just need my client auth token and I'm good to go. I can't be expected to ship management functionality into our foundatio libs and bring in ad dependencies or even subscription id as well :. Do you have a good example of doing this?
The text was updated successfully, but these errors were encountered:
@SeanFeldman I'm just going to say it.. that's terrible. I could see needing that if I wanted to create a new service bus instance.. but I don't... I just want to create subscriptions / topic, delete a topic / subscription, and get metrics... I've never in my life seen a messaging system need active directory support to do this (especially when the old one proved you didn't need it). You should just need the connection string (to create topics, subscriptions etc, metrics).
@niemyjski I hear you. My suggestion would be to move this conversation out of the sample to the appropriate repository and discuss it there 🙂
Or even better, append to the conversation that already took place a while ago.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't get why I need all these dependencies for managing subscriptions and topics etc... I should just need my client auth token and I'm good to go. I can't be expected to ship management functionality into our foundatio libs and bring in ad dependencies or even subscription id as well :. Do you have a good example of doing this?
The text was updated successfully, but these errors were encountered: