secure event data within partition in event hub

Vikas Tiwari 771 Reputation points
2022-03-21T15:49:55.297+00:00

My event hub has 20 partitions and 20 consumer groups, and I filtered my receiver app to grab data from particular partition (partition A) through consumer group.
Its working fine and my receiver app able to get all event data from partition A, but I am looking to restrict data at partition level so that only relative events can be processed.

Is there any anyway we can secure events at partition level, so that my receiver app only able to receive event data those they are authorized for?

Thanks

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
719 questions
0 comments No comments
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2022-03-22T21:41:25.103+00:00

    Hello @Vikas Tiwari ,

    Thanks for the question and using MS Q&A platform.

    Just to summarize you ask - You would like to know if there is a way to secure event data at partition level. Please correct me if I'm wrong.

    Unfortunately, Event Hubs doesn’t support per partition access control. As of today, Event Hubs support access control at namespace and entity levels via SAS, and one more level at consumer groups via RBAC.

    If you have a feature request suggestion regarding the same, I recommend you to please log your request in IDEAS forum here: https://feedback.azure.com/d365community/forum/86c37ae9-7526-ec11-b6e6-000d3a4f032c

    All the feedback shared in this forum are actively monitored and reviewed by respective product owners. Also, kindly share the feedback link once it is posted so that we can pass the same to internal teams as needed.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.