Phil Brown
Phil Brown
> @olsonpm - due to this being a breaking change for current users of the SDK, we'll be putting further development of this on the backburner to be done at...
gomplate has been bumped in `main` (https://github.com/dexidp/dex/pull/4224) so yeah, just need to cut a new release. Any idea of a timeline for that?
Just checking in again, can you possibly release a new patch version with the dependency bumps to close out CVEs? The last release was in May and now it's late...
Include the actual error as text so it's easier to find when searching 🙄 > Warning: A props object containing a "key" prop is being spread into JSX: let props...
@agilgur5 the intent was for the CLI. I didn't see anywhere else where this could possibly be done though. The request construction is completely opaque outside the Facade
Unit test failure doesn't seem related and I cannot reproduce it locally. Counting files in `/tmp` seems flakey at best
FYI we're using my fork and it's working great for us. It would be fantastic if this could be incorporated into the official release
Hi @agilgur5, is there anything holding this PR up? There's really not much to it. Go's HTTP module ignores `Host` headers which is a problem when you need them present...
> via spoofed headers I'm not sure I understand. The CLI already accepts literally any extra header. The problem here is that the underlying Golang HTTP module just ignores `Host`...
> Rationale for why the HTTP Go module ignores the header Ah sorry, I misunderstood. I have no idea why Go does it that way either. Looking back through the...