Client config_id abstraction
Gaspard-- opened this issue · 3 comments
Gaspard-- commented
Currently the client gets th id from for the db. There are no permission checks and clients could potentially guess ids.
Ideally we need a per-client hashmap that maps a client config_id to the corresponding db config_id and information about it's permissions to the config (readonly / readwrite).