Restrict Access of other linux user to Azure IoT Edge Module

Patibandla Satish 1 Reputation point
2021-12-07T06:57:45.893+00:00

I have an Ubuntu VM and I have installed an Azure IoT Edge Installed on top that. I have two users say user1 and user2.

Let's say there are four modules running on top of Azure IoT Edge.I want to limit the access of user1 to first two modules and user2 other two modules.

pls suggest - Is there any builtin featue which i can leverage or any 3rd party tool can solve the problem.

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
377 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
530 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,112 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkatYalla-0009 751 Reputation points
    2021-12-16T21:47:37.457+00:00

    There is no built-in support in IoT Edge for this use case. IoT Edge devices tend to be headless systems without any user-specific behavior.

    0 comments No comments