From b34749a91e97d6e66c2a554ce0fa705262251201 Mon Sep 17 00:00:00 2001 From: Rbillon59 Date: Tue, 4 Apr 2023 11:30:16 +0200 Subject: [PATCH] chore(changeset): update changeset Signed-off-by: Rbillon59 --- .changeset/extragavent-fast-fly.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/extragavent-fast-fly.md b/.changeset/extragavent-fast-fly.md index cb6348c0e7..68f5d7a848 100644 --- a/.changeset/extragavent-fast-fly.md +++ b/.changeset/extragavent-fast-fly.md @@ -1,8 +1,10 @@ --- '@backstage/plugin-badges': patch -'@backstage/plugin-badges-backend': patch +'@backstage/plugin-badges-backend': minor --- Fixing badges-backend plugin to get a token from the TokenManager instead of parsing the request header. Hence, it's now possible to disable the authMiddleware for the badges-backend plugin to expose publicly the badges. Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version. + +**BREAKING**: createRouter now require that a tokenManager, logger and identityApi are passed in as options.