Geofrey Ernest
Geofrey Ernest
Since the external plugin will still be a go program that embeds the interpreter. Instead of guessing, how about we start with external plugin, and when users like it enough...
relevant link https://github.com/natefinch/skyhook
If flags parsing is handled by cobra, I thought the testing was supposed to be done there! I haven't used cobra that much, but looking at the `cli/commands.go` there is...
Oh! That is sad, I take these things for granted when using commandline app building libs!I'm a big fan of `urfave/cli` . It is tricky to test though, can't remember...
@thewhitetulip Can you link me to that todo list manager? Or you just want a todo list app that uses bolt ?
I'm a bit busy , if you don't mind you can help with implementation. I will check this out when I get a chance.
This is kinda arbitrary, we need to establish actionable scenarios that we need to cover. - [ ] When a user deletes operator manages resource from dashboard?
The pull request was merged, the course of action now is to implement the client and disable it until we have docker images withe releases containing the PR.
We are already doing something similar to some extent. We have env var `CLUSTER_NAME` I'm not so sure about minikube profiles though because we don't do anything that is minikube...
This has more to do with accessing redis. You can try to verify that you can indeed connect to redis on the `tyk-redis-master.tyk.svc.cluster.local:6379` You need to have redis installed and...