solidDoWant

Results 50 comments of solidDoWant

I think I've got everything addressed, and I've tested that this is working. Unless there are additional outstanding issues, I'm going to squash these commits and open a PR upstream...

Hey folks, [this has been merged upstream](https://github.com/Sonarr/Sonarr/pull/8177) with some relatively minor changes to code structure. What are the next steps here? Should just rebase this off of radarr develop and...

Sounds great but as far as I know OIDC implementation would take significantly more effort than this change.

Sonarr PR for this: https://github.com/Sonarr/Sonarr/pull/8178

That'd be great and would be my preferred solution as well. I just figured given that the CRD and protobuf already has a `namespace` as a part of `targetRef` that...

Ran into another place where a lack of `targetRef` support gateway API route resources (e.g. HTTPRoute) support has a really nasty edge. Apparently only one provider can be referenced via...

As I understand it this also goes against the intent gateway API model, because it requires application-specific gateways (a "cluster operator" resources) rather than just routes (an "application developer" resource).

Is this something that I should try to chase down upstream? I'm not very familiar with Envoy and most of this is over my head, so doing this myself may...

Ran into yet another issue related to this today. Would appreciate any advice on how to proceed. I've got several applications that I'd like to use a `CUSTOM` auth provider...

Either https://github.com/dragonflydb/dragonfly-operator/pull/281 or https://github.com/dragonflydb/dragonfly-operator/pull/305 will fix this issue @Abhra303... just needs a review