Andy Fase

Results 11 comments of Andy Fase

@Kotaimen correct this is exactly what i am describing. Yeah the implementation of cross-stack references in cfn-cli wont work for exporting config. I agree at that point error'ing out would...

Ok let me know if I can help? there are a couple of people I know who would be willing to contribute coding time to helping out as well. Theres...

Hey @Kotaimen happy to have both flags but which takes priority? Currently we have `--confirm` defaults to False `--no-confirm` I assume would also default to False Hence If both not...

Hey sorry @GlieseRay was away for a few days. Happy to have both flags. So just to confirm your suggesting `--no-confirm` is added and set to True which for now...

Just adding to this. I honestly think the change needed is as simple as ``` const apiOptions = { target: `${process.env.MARQUEZ_PROTO ?? "http"}://${process.env.MARQUEZ_HOST}:${process.env.MARQUEZ_PORT}/`, changeOrigin: process.env.PROXY_CHANGE_ORIGIN?.toLowerCase() === "true" } ``` This...

bumping this in case anyone has any views on being able to trace traffic from the latest Kia Connect app i.e. 7.16.X versions

hey @jsdiaz thats awesome! any chance you could post the actual JSON/Form encoded payloads? Also how did you trace the app? I guess im limitied to emulator only, but when...

hey @jsdiaz I have successfully implemented this in my bluelink-scriptable app and can successfully follow the flow and get a real SID etc. The problem is that SID seems to...

@kleinbaum were you able to identify how long the rmtoken was valid for by any chance? during your development

@renatkh the login is working on my own implementation but I am seeing that the `rmtoken` expires within ~24 hours, hence the need to fallback to MFA quite often. I'm...