David Cheung
David Cheung
Thanks @pmoranga ! We've added this as a [check](https://github.com/commitdev/zero-backend-go/blob/14c0f1a486989db66eaf045100c0184c6658607a/scripts/check.sh#L3-L4) inside the module mainly because if someone picked circleCI as their CICD pipeline it should not need the `gh` binary, but...
Thanks for the suggestion @massenz! Right now we're assuming someone with AWS account's root access doing the provisioning and updating the infrastructure (creating the eks creator role...etc) and haven't been...
Thanks @aserputov!! 🎉
Thanks for pointing that out, should probably just use bash so the experience is more uniform I think related commitdev/zero/issues/261
basically the same reason as https://github.com/commitdev/zero-backend-go/issues/72
@deven96 Thanks so much! I think the solution could be applying the external secret manifest before the deployments, so it can `deploy pre-requisites(kustomize)` -> `run migration` -> `deploy application(kustomize)` then...
yeah this is still a problem, will add to my backlog can reproduce via : https://github.com/strongloop/loopback-sdk-angular/compare/user-cannot-save
Hi @markusiseli, thanks for bringing this up, trying to understand the issue, so basically the bug is: when in relations a `get` method isnt enabled, the whole Resource isnt defined?...
@markusiseli thanks! that would be great, I think the main goal of fix should be making sure the behaviour is the same as exposed from strong-remoting, hoping to pin point...
Thanks @markusiseli! 😄 I probably won't be able to get to it today, but I think it should be enough for me to reproduce the issue