Patrick Lee Scott

Results 61 comments of Patrick Lee Scott

this is in progress in servicebus org - kafkabus on it's way

I have a sample project here: https://github.com/patrickleet/servicebus-microservice It’s not fully fleshed out but does show how pieces fit together

There is now a servicebus org for this

yea there's just a lot of existing express middleware - I did try to use it with polka first unsuccessfully

I built on both of your work here, replacing the backend with keycloak, and using passport + cookie-session instead of something custom: https://github.com/CloudNativeEntrepreneur/sapper-authentication-demo

Anyone figured out an alternative to this package? Unfortunate that a package with 52k downloads is backwards incompatible.

makes sense - I was just going through the process again with tf/jxboot so decided to document it somewhere

@NBonfattiMW I was initially looking at the problem from this angle too, and here's what I've learned after understanding Argo more. You don't need to use argocd-autopilot projects, which use...

yea, with the previous_tag step that sets it to "" or the previous tag - if it's "", then that will evaluate to false, so it won't run in that...

I trimmed the step that creates `env.previous_tag` down a bit: ``` - run: echo "previous_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo '')" >> $GITHUB_ENV ``` This is also required for...