Moved registry docs to registry subdirectory
This commit is contained in:
parent
9f57550bb9
commit
dd41410647
189 changed files with 13063 additions and 34056 deletions
17
docs/spec/auth/index.md
Normal file
17
docs/spec/auth/index.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!--[metadata]>
|
||||
+++
|
||||
title = "Docker Registry Token Authentication"
|
||||
description = "Docker Registry v2 authentication schema"
|
||||
keywords = ["registry, on-prem, images, tags, repository, distribution, authentication, advanced"]
|
||||
[menu.main]
|
||||
parent="smn_registry_ref"
|
||||
weight=100
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
# Docker Registry v2 authentication
|
||||
|
||||
See the [Token Authentication Specification](token.md),
|
||||
[Token Authentication Implementation](jwt.md),
|
||||
[Token Scope Documentation](scope.md),
|
||||
[OAuth2 Token Authentication](oauth.md) for more information.
|
Loading…
Add table
Add a link
Reference in a new issue