kitsudaiki / OpenHanami

OpenHanami contains an experimental artificial neural network, which can work on unnormalized input-data in a cloud native environment.
https://docs.openhanami.com
Apache License 2.0
9 stars 0 forks source link

[Feature]: outsource hardware-related functions #415

Open kitsudaiki opened 3 months ago

kitsudaiki commented 3 months ago

Feature

Description

The current architecture has a genaral problem, i didn't considered the permission topic. To modify cpu-speed and other hardware-related tasks, root permissions are required and priviledged docker-container. From security perspective this is a problem. Ironically this problem was already solved in the past, where i had the microservice architecture and the hardware related functions were encapsulated within a separate component. The hardware function have to be outsourced in a separate component with its own container again, but in a more minimal version than in the past.

Acceptance Criteria