-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
registry: Suppress unnecessary unauthorized errors
During a cross-repo mount request, it's quite common to forbid access to a source repository picked by Docker daemon regardless of user having access there. This produces error messages that appear severe but they're not. This patch delays their logging until the very last repository access check and lowers their severity. Signed-off-by: Michal Minář <[email protected]>
- Loading branch information
Michal Minář
committed
Feb 8, 2017
1 parent
4ec486d
commit 18c554e
Showing
7 changed files
with
180 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.