Metadata and formatting fixes needed for Jekyll build
Signed-off-by: Misty Stanley-Jones <misty@docker.com> (cherry picked from commit 49d6706ce9d952718725350d82d9ea7deb4f7326) Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
6b3ccf9640
commit
abd2d765ac
14 changed files with 22 additions and 62 deletions
|
@ -1,11 +1,9 @@
|
|||
---
|
||||
title: "Docker Registry Token Authentication"
|
||||
title: "Docker Registry v2 authentication"
|
||||
description: "Docker Registry v2 authentication schema"
|
||||
keywords: ["registry, on-prem, images, tags, repository, distribution, authentication, advanced"]
|
||||
keywords: "registry, on-prem, images, tags, repository, distribution, authentication, advanced"
|
||||
---
|
||||
|
||||
# Docker Registry v2 authentication
|
||||
|
||||
See the [Token Authentication Specification](token.md),
|
||||
[Token Authentication Implementation](jwt.md),
|
||||
[Token Scope Documentation](scope.md),
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
---
|
||||
title: "Token Authentication Implementation"
|
||||
title: "Docker Registry v2 Bearer token specification"
|
||||
description: "Describe the reference implementation of the Docker Registry v2 authentication schema"
|
||||
keywords: ["registry, on-prem, images, tags, repository, distribution, JWT authentication, advanced"]
|
||||
keywords: "registry, on-prem, images, tags, repository, distribution, JWT authentication, advanced"
|
||||
---
|
||||
|
||||
# Docker Registry v2 Bearer token specification
|
||||
|
||||
This specification covers the `docker/distribution` implementation of the
|
||||
v2 Registry's authentication schema. Specifically, it describes the JSON
|
||||
Web Token schema that `docker/distribution` has adopted to implement the
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
---
|
||||
title: "Oauth2 Token Authentication"
|
||||
title: "Docker Registry v2 authentication using OAuth2"
|
||||
description: "Specifies the Docker Registry v2 authentication"
|
||||
keywords: ["registry, on-prem, images, tags, repository, distribution, oauth2, advanced"]
|
||||
keywords: "registry, on-prem, images, tags, repository, distribution, oauth2, advanced"
|
||||
---
|
||||
|
||||
# Docker Registry v2 authentication using OAuth2
|
||||
|
||||
This document describes support for the OAuth2 protocol within the authorization
|
||||
server. [RFC6749](https://tools.ietf.org/html/rfc6749) should be used as a
|
||||
reference for the protocol and HTTP endpoints described here.
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
---
|
||||
title: "Token Scope Documentation"
|
||||
title: "Docker Registry Token Scope and Access"
|
||||
description: "Describes the scope and access fields used for registry authorization tokens"
|
||||
keywords: ["registry, on-prem, images, tags, repository, distribution, advanced, access, scope"]
|
||||
keywords: "registry, on-prem, images, tags, repository, distribution, advanced, access, scope"
|
||||
---
|
||||
|
||||
# Docker Registry Token Scope and Access
|
||||
|
||||
Tokens used by the registry are always restricted what resources they may
|
||||
be used to access, where those resources may be accessed, and what actions
|
||||
may be done on those resources. Tokens always have the context of a user which
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
---
|
||||
title: "Token Authentication Specification"
|
||||
title: "Docker Registry v2 authentication via central service"
|
||||
description: "Specifies the Docker Registry v2 authentication"
|
||||
keywords: ["registry, on-prem, images, tags, repository, distribution, Bearer authentication, advanced"]
|
||||
keywords: "registry, on-prem, images, tags, repository, distribution, Bearer authentication, advanced"
|
||||
---
|
||||
|
||||
# Docker Registry v2 authentication via central service
|
||||
|
||||
This document outlines the v2 Docker registry authentication scheme:
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue