Patrik Oldsberg

Results 372 comments of Patrik Oldsberg
trafficstars

Thought on the above, related to token size limitations and payload: It might make sense to make sure we proactively separate out getting the ownership refs from incoming credentials. Idea...

Initial implementation PR of this is now up here: https://github.com/backstage/backstage/pull/23054. It more or less fully introduces all interfaces needed for this work, but there are still quite a few underlying...

Now implemented #24413

Reopened since this went stale rather than being explicitly closed. @alde I'm not sure index updates that necessarily that expensive to roll out? Iirc it's the migrations that required database...

@aramissennyeydd very likely related! It's prolly the new permission client change tbh. Will have a look later today or tomorrow before the release unless you get to it first!

@aramissennyeydd thank you! 👍 It's indeed the issue, although probably not those two exact examples. Seems like the catalog not being migrated yet highlighted this issue, which is good 😁

Yep, let's do it! 👍 Discussed a bit and we're thinking the best way to roll this out is to start by making the gerrit URL reader throw an error...

@Hyperkid123, regarding https://github.com/backstage/backstage/pull/22513/commits/4d3cbf7877a9eb100c995a7c9ec3472487a17aee#r1472665454: is there any reason not to maximise module sharing? Basically listing every single external dependency as a shared module? Asking just as a way to explore that...

Sorry for the radio silence on this for the last lil bit. Love the research into module federation 👍 🎉 I think it's safe to say that we have a...

@Hyperkid123 👍, sounds like we're fairly aligned. Couple more clarifying pieces: > Then there is a question about where to actually look for plugins that can be installed. I might...