Charlie Voiselle

Results 13 issues of 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...

enhancement

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.

enhancement

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...

enhancement
nomad

This plumbs raft snapshot configuration out to the server config

type/enhancement
theme/raft

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.

v2

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...

type/enhancement
stage/accepted
theme/alloc_dir
stage/needs-rebase

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...

type/enhancement
theme/cli
theme/acl