Fredrik Adelöw
Fredrik Adelöw
Upgrading Backstage as a whole is enough. But you could also make sure that your backend-common is resolved to the very latest version.
transferring to the community plugins repo
@mglazer i would advise against `DROP search_key_value_idx`; that was part of a very significant optimization. If anything, drop `search_key_idx` and `search_value_idx` (but NOT if you have already dropped `search_key_value_idx`! that...
> 1. The guest auth provider didn't crash the entire app when used in a production environment. IMHO, I'd far prefer a warning in production than my production application failing...
Ooh this is well written and nice! 🥳 I've been wanting an event system of sorts for many purposes, not just CRUD of entities. This RFC provokes some thought along...
The receiving end uses `coreServices.httpAuth` and its [`credentials` method](https://backstage.io/docs/reference/backend-plugin-api.httpauthservice.credentials) to get the caller credentials. What's the error? Are you giving it the right (receiving) plugin ID?
maybe @pjungermann has a sec too!
also needs rebase
@pjungermann gentle ping :) if you have a minute
Remember to DCO sign your commits! The comment above and the build status below contain some more info.