Michael Schurter
Michael Schurter
This should have been fixed in 7232353f Mind pulling master and testing on OSX? If it works I'd like to cut a 0.7 release.
While my hack to ignore package statements allows compiling .proto files with package statements, you can't import a proto file and reference a message with a fully qualified name (package...
hashicorp/nomad#6413 contains some more details around how the shared `/v1/` API prefix complicates things as well and should be addressed at the same time as `/ui/`
I did some experimenting with using the Task API for running a UI proxy and sadly even in Nomad 1.5-beta1 there are some rough edges: https://github.com/schmichael/nomad-nginx-ui It does work though,...
Since this was last discussed we actually implemented *a* [definition of a "paused" alloc](https://developer.hashicorp.com/nomad/docs/commands/alloc/pause), but it's different than the implied behavior discussed here (a "paused" *job*). Not only have we...
Thanks @apollo13!
> without resorting to `/sub` which carries more information making its use impractical from a Vault operator point of view (identity aliases, etc.) Hi @the-nando, I was wondering if you...
Did you have TLS configured for Nomad's RPC?
> hmm, i don't think so? heh. :facepalm: Sorry. Evidently Github treats "Should fix #..." as meaning "Absolutely does fix #..." Reopening.
> > QUIC is not Quick Enough over Fast Internet > > Another nail in QUIC's coffin Paper here as well: https://arxiv.org/abs/2310.09423 A great study and concerning for sure, but...