Add config to disable experimental public entry point

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2026-05-26 10:33:37 +02:00
parent acf1945a83
commit ca450bec54
3 changed files with 20 additions and 1 deletions
@@ -0,0 +1,5 @@
---
'@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.