implement distribution spec auth interface #13
Labels
enhancement
New feature or request
needs-triage
This label refers to a non-final decision on implementation, when an important feature/bug is added
P1
P1 label is used for this that we see of highest priority. Critical bugs, security issues, etc
Security
Security enhancement related work
AccessController interface in distribution spec which allows us to AuthN/AuthZ. This makes implementing authentication for OpenRegistry simpler and make sure that we don't miss any steps or APIs
Following are the snippets from distribution implementation:
for implementation reference check https://github.com/distribution/distribution/blob/main/registry/auth/auth.go
The text was updated successfully, but these errors were encountered: