Alberto Ayala
Alberto Ayala
@neilma if you have your yaml files in git repo yes git diff help
https://docs.konghq.com/0.11.x/admin-api/#retrieve-consumer
'name is required' maybe give you some debug information
@kevholditch let me know if you have any questions or need clarification on this PR
any update ?
The dashboards API is for Legacy Dashboards, for new dashboards we need to use the Workspace API ?
I need to test it but probably just replace arm64 to amd64 will work: ``` for x in $(cat downloads.txt | sed 's/arm64/amd64/g'); do curl -I $x; done 2>/dev/null |...
Yeah it works the download but I still need to test the next steps of the build ``` 1 -rw-r--r-- 1 aayala aayala 11M Aug 10 2023 runc.amd64 2 -rw-r--r--...