mirror of
https://github.com/distribution/distribution.git
synced 2025-09-02 07:25:25 +00:00
Merge pull request #4089 from ialidzhikov/enh/debug-endpoint
Add few more sentences for the debug endpoint
This commit is contained in:
@@ -821,6 +821,8 @@ can be helpful in diagnosing problems. The debug endpoint can be used for
|
|||||||
monitoring registry metrics and health, as well as profiling. Sensitive
|
monitoring registry metrics and health, as well as profiling. Sensitive
|
||||||
information may be available via the debug endpoint. Please be certain that
|
information may be available via the debug endpoint. Please be certain that
|
||||||
access to the debug endpoint is locked down in a production environment.
|
access to the debug endpoint is locked down in a production environment.
|
||||||
|
The debug endpoint should not be exposed publicly to the internet.
|
||||||
|
Instead, keep the debug endpoint private or enforce authentication for it.
|
||||||
|
|
||||||
The `debug` section takes a single required `addr` parameter, which specifies
|
The `debug` section takes a single required `addr` parameter, which specifies
|
||||||
the `HOST:PORT` on which the debug server should accept connections.
|
the `HOST:PORT` on which the debug server should accept connections.
|
||||||
|
Reference in New Issue
Block a user