From 231094804bd23a01f9342132c021b3a0a0df5f4c Mon Sep 17 00:00:00 2001 From: Sara Lambert Date: Thu, 11 Jan 2024 17:01:41 -0600 Subject: [PATCH] fix: syntax errors on lists in architecture page --- docs/overview/architecture.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/overview/architecture.rst b/docs/overview/architecture.rst index 02e36e0b..d81e9562 100644 --- a/docs/overview/architecture.rst +++ b/docs/overview/architecture.rst @@ -38,6 +38,7 @@ What is an AppSpec? An **application specification** (AppSpec) contains all of the information necessary to run a containerized application The only required pieces are as follows: + * `key`` is simply unique identifier for this application. This field may only contain alphanumeric characters (no special characters) * Docker image name/tags of the application @@ -89,6 +90,7 @@ Anytime the WebUI or API server needs to decode this token, they can make a requ The server will respond with a decoded token as a JSON document The decoded token includes the following information: + * email * username * group membership