nomad
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...
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....
### 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...
### 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...
### 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...
**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...
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...
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...
### 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...
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...
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...