Charlie Voiselle
Charlie Voiselle
The Vault token can be read from one of 3 different sources. Some of these are set in a backward compatible way that hides the source and makes determining the...
This is a pretty big PR, but this fixes the levant plan command to output an entire plan in "pretty" mode. Also added some CLI flags to allow the user...
This PR adds a Sprig() function that adds the sprig template functions to hcat. Sprig functions are decorated with `sprig_` for clarity.
This PR extends consul-template to support NomadVariables. It adds 4 additional functions: - nomadVars - nomadVarsSafe - nomadVar - nomadVarExists There is a circular dependency issue with Nomad, so the...
This plumbs raft snapshot configuration out to the server config
This branch applies all of the Nomad tweaks to the v2.17.0 release. This will enable Nomad and Nomad-pack to leverage to the Extra field on Diagnostics.
Add a secrets dir that can be shared across tasks in a single allocation. TODOs --- - [x] Implement shared alloc secrets dir - [x] Make secrets dir in alloc...
Part of removing any actions that might still use the Node 16 actions. * actions/checkout v4.1.1 ==> v4.1.6 * actions/download-artifact v3.0.2 ==> v4.1.7 * actions/github-script v6.4.1 ==> v7.0.1 * actions/setup-go...
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...