Chinikins
Chinikins
I've begun investigating it but my last PR doesn't entirely fix this issue. Spin is correctly returning the 500 it's receiving...still trying to understand why the 500 is being returned...
The save issue is fixed with my PR and has been merged to master so if you build from master it should be resolved, but the 500 for listing pipeline...
@nerddelphi have you tried with Spin CLI 1.18.1? you should be able to save pipelines again.
I just wanted to add that I'm experiencing this as well and I'm operating under circumstances with little latency (both me and my consul are in the US)
sure, here is an example: keys: ``` services: myFunService: jaeger: enabled: false accounts: myAccount: myFunService: otherKeyNotJaeger:stuff regions: myRegion: myFunService: otherKeyNotJaeger:stuff clusters: myCluster: myFunService: jaeger: enabled: true ``` template: ``` {{-...
my consul-template version is `consul-template v0.28.0 (ae2bbca1)` if that also helps and if you think there's any fixes after that commit that you think would help, i'm happy to try...
I don't think this is fixed in the gate yet but I think my PR could help here too: https://github.com/spinnaker/spin/pull/311 we often need to get the execution IDs for pipelines...
could we update this PR with latest master branch? :pray: Just being able to see the response returned I think would be helpful and enables users to parse it as...
Hi, is there a linked bug that would describe the behavior you're fixing? Does your config file still look like for what we have for example oauth: https://github.com/spinnaker/spin/blob/master/config/example.yaml#L25? I don't...
@gsapkal could you please resolve conflicts?