Results 328 comments of Tim Gross

Hi @Yethal! We've got a tutorial for GCP up already https://developer.hashicorp.com/nomad/tutorials/fed-workload-identity/integration-gcp And this blog post has an example for GitHub Actions: https://www.hashicorp.com/blog/nomad-jwt-auth-with-github-actions But we definitely want to have tutorials for...

Hi @GuyAtTheFront! You're right that there are some details missing from the [`-dev`](https://developer.hashicorp.com/nomad/docs/commands/agent#dev) docs. There's a fairly large set of changes that the flag makes on top of the default...

Hi @EugenKon! It's a little hard to tell from screenshots, but it looks very much like _many_ of the processes you're pointing at are not Nomad. For example, there is...

As noted above, nothing here points to Nomad rather than some other process named "agent". I'm going to close this out, but if you do have more information that suggests...

@Lord-Y let's keep any bug reports in a separate issue, please. Hi @benvanstaveren! I've re-titled this issue to focus on the area that seems most directly in contention here. >...

The key metadata is in Raft and so could easily use that same mechanism, but the cryptographic material is intentionally not because we shipped the initial implementation without https://github.com/hashicorp/nomad/issues/14852. Once...

Folks, please use :+1: emojis rather than spamming notifications by adding comments. I promise we do consider them when prioritizing features.

Noting that the jobspec section being discussed is here: https://developer.hashicorp.com/nomad/docs/drivers/docker#authentication Fixing this is definitely a little tricky because the `config` block is owned by the task driver plugin, and the...

Hi @vincenthuynh! Thanks for reporting this! Nomad supervises `exec` and `java` with an `executor` process (you can see this in the lines for `/usr/local/bin/nomad executor`). It looks like if this...

Oh, also noting here that this is reproducible on any recent version of Nomad 0.10.x as well!