EliAndrewC / sideboard

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

/wsrpc should use the client cert username as the session username #19

Closed EliAndrewC closed 8 years ago

EliAndrewC commented 10 years ago

/wsrpc is assumed to be client-cert protected. Currently the "username" we log for those requests is "rpc", but it would be nice to use this as the default, but if a client cert exists with a non-empty CN then we'd use that as the username.

This currently only matters for logging, but this will be relevant when we expose different authentication and possibly restriction methods.

EliAndrewC commented 8 years ago

Moved to https://github.com/magfest/sideboard/issues/34