Pablo Carranza
Pablo Carranza
Not sure how easy this would be, but I would like to be able of having multiple relays with the same bundle, and then at runtime be able of picking...
Changes: - Add a couple of other dockerfiles for armv6 and arm64 - Add a goreleaser configuration file with some assumptions that may need some reviewing - Simplify makefile as...
A bit messy, but it actually works. I've been running it in my rpi k8s cluster for a day. Closes https://github.com/justwatchcom/github-releases-notifier/issues/2
Hey, I added oauth2 server to server support. I've used [zoom-recording-downloader](https://github.com/ricardorodrigues-ca/zoom-recording-downloader/) as an inspiration for how to implement it, which prevented having to add dependencies to other libraries like oauth2....
This would allow having different command configurations depending on the channel in which the job is being invoked, allowing to do things like invoking from a staging environment to do...
This will help with the agents by allowing users to be in full control of their commands configuration including who is allowed to execute these commands. This is so because...
I would start with something simple: - allow sending a global token through an argument, something like `-grpc-token`. - on the server, using [grpc-echosystem/auth](https://github.com/grpc-ecosystem/go-grpc-middleware/tree/master/auth), add a function that checks that...
Instead of having a single monolithic YAML file with all the configuration, we should allow commands to be separated in multiple YAML files which can be either pointed at specifically...
https://rfc.zeromq.org/spec:42/C4/ I like it because of the no BS approach, wdyt? @omame