From ebed29d928130bac63e5bdf463846431b29c5610 Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Tue, 21 Dec 2021 11:19:46 +0000 Subject: [PATCH] backend-common: changeset clarification Signed-off-by: MT Lewis --- .changeset/lazy-files-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/lazy-files-check.md b/.changeset/lazy-files-check.md index d8f1298a89..54c53be434 100644 --- a/.changeset/lazy-files-check.md +++ b/.changeset/lazy-files-check.md @@ -4,7 +4,7 @@ Auto-generate secrets for backend-to-backend auth in local development environments. -When NODE_ENV is 'development', the ServerTokenManager will now generate a secret for backend-to-backend auth to make it simpler to work locally on Backstage instances that use backend-to-backend auth. A secret must still be manually configured as described in [the backend-to-backend auth tutorial](https://backstage.io/docs/tutorials/backend-to-backend-auth). +When NODE_ENV is 'development', the ServerTokenManager will now generate a secret for backend-to-backend auth to make it simpler to work locally on Backstage instances that use backend-to-backend auth. For production deployments, a secret must still be manually configured as described in [the backend-to-backend auth tutorial](https://backstage.io/docs/tutorials/backend-to-backend-auth). After the change, the static `fromConfig` method on the `ServerTokenManager` requires a logger.