Nico Flaig
Nico Flaig
Hi @Samjin, it does not solve the problem as it still prevents new connections
Hi @david-yu, I've seen a similar issue when scraping services with Prometheus within the service mesh. The similarity here is that in both cases the services are dialed directly so...
Does it make sense to verify the `InResponseTo` property if you allow IdP-initiated SSO? As far as the spec goes the property will be omitted in that scenario. What I...
@tngan for me at least both would work because I have to create a new entitiy for each request anyways so it wouldnt really matter. Maybe since it is not...
@tngan The article makes sense. I also remembered another use case which is electronic signatures. In a pharma environment the user should be forced to re-enter the password before the...
This addition would certainly give developers more freedom on how to implement a multi idp setup. The solution I used was to have unique URLs per Idp by suffixing the...
I have been in contact with Ethereum on ARM and they have already integrated Lodestar ([fpm-package-builder/l1-clients/consensus-layer/lodestar](https://github.com/EOA-Blockchain-Labs/ethereumonarm/tree/main/fpm-package-builder/l1-clients/consensus-layer/lodestart)) . Caxa does not seem to support cross-compiles but we might be able to...
## Research I have researched and tested a few different tools but have not found an ideal solution yet ### [pkg](https://github.com/vercel/pkg) - does not support node 20 https://github.com/vercel/pkg/discussions/1972 yet, project...
> Why not support amd archs for now, and arm latter? We can definitely do that but the only known consumer of binaries right now is Ethereum on ARM and...
> Some things are not supported (e.g. this [top-level-await](https://github.com/ChainSafe/lodestar/blob/adc0534782436ee45614968c090915f0724121e1/packages/cli/bin/lodestar.js#L3)) and ultimately it fails to properly start It's listed in https://github.com/ChainSafe/lodestar/issues/3633#issuecomment-1826397373 (sea), last time I checked it didn't even support ES...