SignalK / signalk-server

An implementation of a Signal K central server for boats.
http://signalk.org
Apache License 2.0
298 stars 150 forks source link

Managing user access programatically #1683

Open jwillmer opened 4 months ago

jwillmer commented 4 months ago

I'm currently looking into utilizing SignalK in one of our projects. However to do so I would need to be able to add, remove and update user (permissions) programmatically. Is there any recommended way or proposal how this could be achieved?

I was thinking about running SignalK in docker and mapping the security.json to the file system or maybe using the API from the user interface?