Mike Nomitch

Results 12 issues of Mike Nomitch

### Summary of changes This PR adds a strategy for clustering on [HashiCorp Nomad](https://www.nomadproject.io/) using Nomad's (relatively new) native service discovery feature. This is something I am planning to use...

### Community Feedback Wanted! ### Proposal Currently, native Nomad service discovery can expose service information (address, port, tags, etc) via the [services api ](https://www.nomadproject.io/api-docs/services) or [services CLI command](https://www.nomadproject.io/docs/commands/service), and tasks...

type/enhancement
theme/networking
stage/thinking
help-wanted
theme/service-discovery
theme/service-discovery/nomad

### Proposal As part of the Variables project for Nomad 1.4, each Nomad Task is given a signed token that encodes information about its namespace, job, task group, and task....

type/enhancement

### Nomad version 1.1.2 ### Issue When configuring a Consul Ingress Gateway using Nomad, if you do not provide a "hosts" value, Nomad throws an error. The relevant code is...

type/bug
theme/networking
theme/consul
theme/consul/connect
theme/service-discovery/consul

### Proposal The Nomad team is exploring restructuring parts of the job show page. This issue is a meta-issue to capture a variety of requests we have gotten around this...

type/enhancement
theme/ui

### Proposal Once [Workload Identity upgrades](https://github.com/hashicorp/nomad/issues/15614) make it into Nomad, we can redo the Consul integration to use these tokens as the source of auth instead of manually provided Consul...

type/enhancement
theme/consul

### Proposal Once [Workload Identity upgrades](https://github.com/hashicorp/nomad/issues/15614) make it into Nomad, we can redo the Vault integration to use these tokens as the source of auth instead of manually provided Vault...

type/enhancement
theme/vault

Adds ability to restrict host uid and gids in exec and raw_exec. To Test: Add the following to agent config: ``` plugin "exec" { enabled = true config { denied_host_uids...

type/enhancement
theme/driver/exec
theme/driver/raw_exec
theme/driver
backport/1.7.x

Open questions: * Is this is best place for this information. It feels too small for its own page, but also maybe too big for this specific spot. Any thoughts...

product:workers
size/s
product:_redirects

Adds a bit more information to the logs for "script will never generate a response" including a URL to upcoming docs. This should only be merged after [the docs changes...