nomad icon indicating copy to clipboard operation
nomad copied to clipboard

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and sc...

Results 583 nomad issues
Sort by recently updated
recently updated
newest added

Right now the options for auth in the docker driver are pretty much hard-coded credentials or credential helpers. For repos that just take basic auth this is a bit overkill....

type/enhancement
theme/driver/docker
theme/vault
theme/variables
hcc/jira

### Proposal With the addition of workload identities nomad would fetch automatically consul tokens for services and tasks, but we still need to provide a consul token for nomad to...

type/enhancement
theme/consul
hcc/jira
theme/node-identity

### Proposal Consul has an [Auto-Config feature](https://www.hashicorp.com/blog/automate-consul-agent-security-with-auto-config) which allows Consul clients to automatically configure TLS without having to manually manage certs and config files. In addition to TLS config, other...

type/enhancement
theme/node-identity

### Nomad version Nomad v1.5.10 BuildDate 2023-10-30T13:26:22Z Revision 3d7f65f481c5b263d6c82f03862c27447cf1794b ### Consul version Consul v1.14.11 Revision c0c5688c Build Date 2023-10-31T13:58:53Z Protocol 2 spoken by default, understands 2 to 3 (agent will...

type/bug
stage/needs-investigation
theme/consul/connect

**Product Version** OS : CentOS Linux release 7.9.2009 Nomad Version : v1.7.3 Consul Version: v1.17.3 **Issue Description** We are getting :"Unexpected response code: 403 (ACL not found)" error in nomad...

type/bug
theme/consul
stage/accepted
theme/workload-identity
hcc/jira

Context: [Way back in Two-ought-twenty-two](https://github.com/hashicorp/nomad/pull/14833), we added a visual indicator for whether a job was run via Nomad Pack in the UI. We could do this because the /jobs endpoint...

backport/1.8.x

This enables Nomad to start and bootstrap the ACL subsystem without having to run the `nomad acl bootstrap` command separately. This does require a certain amount of post-deployment hygeine around...

type/enhancement
theme/cli
theme/acl

### Proposal Like a secret directory inside the task level directory, create a secret directory inside the alloc directory so tasks can share sensitive files using the alloc/secret directory and...

type/enhancement
theme/auth
stage/accepted
hcc/jira

Is it possible to schedule a job only after another job is successful scheduled? A use case for example, would be to use one docker container to provide a REST...

type/enhancement
theme/core
theme/scheduling

This PR pairs with #16872 to provide the server side configuration and implementation for serving the Nomad API over unix domain sockets. For local testing, you can use `socat` to...

type/enhancement
theme/api
stage/needs-rebase