distribution/registry/auth
Cory Snider 868faeec67 registry: unexport auth-related context utilities
The specifics of how the authorization for a request is propagated
through the registry app are private implementation details. Hide those
details from outsiders so they can be changed as needed without fear of
breaking third-party code. Move the utilities for attaching a request's
authorization status to its context and retrieving it from the context
into the registry/handlers package as unexported symbols.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-10-27 10:58:37 -04:00
..
htpasswd reg/auth: remove contexts from Authorized method 2023-10-27 10:58:37 -04:00
silly reg/auth: remove contexts from Authorized method 2023-10-27 10:58:37 -04:00
token reg/auth: remove contexts from Authorized method 2023-10-27 10:58:37 -04:00
auth.go registry: unexport auth-related context utilities 2023-10-27 10:58:37 -04:00