Lxd daemon multi user concept

Is there something planned like a ‘multi user concept’ for the lxd daemon?

I think part of why docker is so popular is the dockerhub and also the fact that you can host your own hub. As far as I know in lxd you can only have either admin or read access to a lxd remote.
Are there any plans to implement a ‘multi user’ concept for lxd remotes where for example anyone can publish an image but only this person (and admins or other privileged users for this image) afterwards can remove/alter the image?

Not something we have any plans on doing ourselves but it would be pretty easy for someone to implement this by just implementing the images API of LXD and using something like basic http authentication to provide diffferent access for different users.

1 Like