I’ve been looking into the new Authorization plugins feature in Docker 1.10
Specifically, I have been trying to write my own authz plugin as outlined here
Sample AuthZ
However, I am not clear how the ‘user’ credentials are passed from the client to the daemon.
I could not find any documentation or pointers related to that.
Is this parallel support required for this on the client and daemon side still WIP?
Any pointers will be much appreciated.