From 5b13acc341ef995a51f4ea33ca759ede70ef30a5 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 21 Aug 2024 15:31:29 +0200 Subject: [PATCH] changesets: lil fix Signed-off-by: Patrik Oldsberg --- .changeset/kind-walls-speak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/kind-walls-speak.md b/.changeset/kind-walls-speak.md index a2470650a4..441e247dea 100644 --- a/.changeset/kind-walls-speak.md +++ b/.changeset/kind-walls-speak.md @@ -2,4 +2,4 @@ '@backstage/backend-defaults': minor --- -**BREAKING**: The backwards compatibility with plugins using legacy auth through the token manage service has been removed. This means that instead of falling back to using the old token manager, requests towards plugins that don't support the new auth system will simply fail. Please make sure that all plugins in your deployment are hosted within a backend instance from the new backend system. +**BREAKING**: The backwards compatibility with plugins using legacy auth through the token manager service has been removed. This means that instead of falling back to using the old token manager, requests towards plugins that don't support the new auth system will simply fail. Please make sure that all plugins in your deployment are hosted within a backend instance from the new backend system.