summaryrefslogtreecommitdiff
path: root/api/server/middleware/debug.go
Commit message (Expand)AuthorAgeFilesLines
* api/server: use constants for http methodsSebastiaan van Stijn2019-10-131-1/+1
* DebugRequestMiddleware: Remove path handlingSebastiaan van Stijn2019-07-091-12/+4
* DebugRequestMiddleware: unconditionally scrub data fieldSebastiaan van Stijn2019-07-091-10/+14
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* middleware: Redact secret data on "secret create"Aaron Lehmann2017-06-291-4/+22
* Do not log the CA config CA signing key in debug mode.Ying Li2017-05-311-1/+1
* Revise swarm init/update flags, add unlocking capabilityAaron Lehmann2016-11-091-1/+1
* Add support for swarm init lock and swarm unlockTonis Tiigi2016-11-091-1/+1
* Mask join tokens in daemon logsTonis Tiigi2016-08-021-1/+1
* Mask swarm secrets from daemon logsTonis Tiigi2016-06-301-3/+23
* Move middleware to interfaces.David Calavera2016-04-111-1/+1
* api: server: server: remove redunant debugfAntonio Murdaca2016-03-071-1/+1
* Make server middleware standalone functions.David Calavera2016-02-241-0/+56