anicke
anicke
@pjungermann It was automatically close due to inactivity. I will soon open that PR again.
So... We have done some experiments with this. Our goal is to have the GitHub group members reference the "external samlIdentity" id (azure) instead of the GitHub id. What works...
@tudi2d Check this [comment](https://github.com/backstage/backstage/issues/22500#issuecomment-1921012765) by @Rugvip that decribes this change.
This will not work with markdown files. Back to the drawing board for a bit.
The "readUrl" could also be made a lot easier using gitiles since you can just add "?format=TEXT" to the url to get the base64 content. We would also not need...
Sure, we can do it. I can check the local gerrit admins if that is valid.
BTW, the check if gitiles is available only works if the baseUrl does not contain a path. The "default" gitilesBaseUrl will never match the baseUrl if there is a path....
Hi, which backstage version are you running? I think it's due to the auth changes in [v1.24.0](https://github.com/backstage/backstage/releases/tag/v1.24.0). We may need to update these plugins to support the new backend system...
We are actually just about to do the upgrade as well so I'll try to fix it as soon as possible.
To clarify the issue here... Using curl directly on the Jira "health" API will not work in a +v1.24 Backstage that uses the new backend system. This is because it...