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:
Misty Stanley-Jones 2016-11-10 15:37:21 -08:00
parent 6b3ccf9640
commit abd2d765ac
14 changed files with 22 additions and 62 deletions

View file

@ -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),

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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:
![v2 registry auth](https://docs.google.com/drawings/d/1EHZU9uBLmcH0kytDClBv6jv6WR4xZjE8RKEUw1mARJA/pub?w=480&h=360)