docs: use backstage.io link to backend-to-backend auth docs

There's rightfully been some confusion in various contexts about where
to find this documentation - switching to a fully qualified docs URL
should make it easier to find.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2022-01-28 12:55:47 +00:00
parent d2a0f08d5c
commit fd41c51452
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ app:
backend:
# Used for enabling authentication, secret is shared by all backend plugins
# See backend-to-backend-auth.md in the docs for information on the format
# See https://backstage.io/docs/tutorials/backend-to-backend-auth for
# information on the format
# auth:
# keys:
# - secret: ${BACKEND_SECRET}
@@ -7,7 +7,8 @@ organization:
backend:
# Used for enabling authentication, secret is shared by all backend plugins
# See backend-to-backend-auth.md in the docs for information on the format
# See https://backstage.io/docs/tutorials/backend-to-backend-auth for
# information on the format
# auth:
# keys:
# - secret: ${BACKEND_SECRET}