Add tests for public entry point and rename config to disablePublicEntryPoint

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2026-05-26 10:43:45 +02:00
parent ca450bec54
commit f2d71d1d48
6 changed files with 115 additions and 12 deletions
@@ -2,4 +2,4 @@
'@backstage/plugin-app-backend': patch
---
Added a new `app.disableExperimentalPublicEntryPoint` config option that allows you to opt out of the automatic public sign-in entry point. When set to `true`, the app backend will skip serving the public entry point to unauthenticated users, even if the app was bundled with an `index-public-experimental` entry point.
Added a new `app.disablePublicEntryPoint` config option that allows you to opt out of the automatic public sign-in entry point. When set to `true`, the app backend will skip serving the public entry point to unauthenticated users, even if the app was bundled with an `index-public-experimental` entry point.