Boris Somodvarac

Results 6 comments of Boris Somodvarac

Something similar to erlangs f() function would be nice http://erlang.org/doc/man/shell.html#shell-commands

@jamesread Hi, thanks for adding JWT, was wondering are there any plans on implementing asymmetric signing method? Example using keys instead secrets at: https://golang-jwt.github.io/jwt/usage/create/ the reason is that sharing encryption...

Hey @jamesread, thanks for quick reply. No it's not an issue with OliveTin, shared secret is part of the JWT spec, but in practice it's problematic. Let's imagine you have...

[bind_addr](https://www.nomadproject.io/docs/configuration#bind_addr) supports [go-sockaddr](https://godoc.org/github.com/hashicorp/go-sockaddr/template) format or you can separate them with spaces: `bind_addr = "127.0.0.1 10.10.10.10"` you also might look into [advertise](https://www.nomadproject.io/docs/configuration#advertise) or I'm missing something?

Sorry @ieugen you are right, consul client_addr can do that, I assumed nomad does the same thing. You can do this for now: `/tmp/nomad.hcl` ``` data_dir = "/tmp/nomad" bind_addr =...

@ieugen you are right, at the moment it looks like only consul [client_addr](https://www.consul.io/docs/agent/options#_client) supports this: ``` In Consul 1.0 and later this can be set to a space-separated list of...