Patrik Oldsberg
Patrik Oldsberg
## Expected Behavior The [auth docs section](https://backstage.io/docs/auth/) should contain documentation for how to set up the OAuth2 and OIDC providers. ## Actual Behavior The documentation does not exist ## Context...
## Feature Suggestion The `PluginEndpointDiscovery` interface in the backend currently has a single implementation, `SingleHostDiscovery`. This implementation results in all communication happening internally with each deployed backend instead. It does...
Time to move Node.js support from 14 & 16 to 16 & 18. Along with that we can bump the ECMAScript target to [ES2021](https://node.green/#ES2021)
## Hey, I just made a Pull Request! Some work towards #9913 One of the significant breaking changes between the `beta.0` release of `react-router` and v6 stable is that route...
External dependencies seem to always be resolved from the context of the entrypoint package rather than the package that imports the external dependencies. For example consider ```js // packages/main/src/index.js require('a')...
## Hey, I just made a Pull Request! Work towards #7926. This is one of the tricky pieces since the dynamic `import()`s in the CLI end up being treated as...
Checking whether this will help out with the increased database test flakiness
## Feature Suggestion Export a BackstageIdentity middleware from `backend-common` that allows verification of Backstage ID Tokens passed from the frontend or other services. ## Possible Implementation We need to grab...
## Feature Suggestion #3264 added support for configuration schema, but does not make the entire fully stitched schema available for editor integration. Having this schema available in editors would make...