open-nomad/jobspec
Luiz Aoqui ab7eb5de6e
Support Vault entity aliases (#12449)
Move some common Vault API data struct decoding out of the Vault client
so it can be reused in other situations.

Make Vault job validation its own function so it's easier to expand it.

Rename the `Job.VaultPolicies` method to just `Job.Vault` since it
returns the full Vault block, not just their policies.

Set `ChangeMode` on `Vault.Canonicalize`.

Add some missing tests.

Allows specifying an entity alias that will be used by Nomad when
deriving the task Vault token.

An entity alias assigns an indentity to a token, allowing better control
and management of Vault clients since all tokens with the same indentity
alias will now be considered the same client. This helps track Nomad
activity in Vault's audit logs and better control over Vault billing.

Add support for a new Nomad server configuration to define a default
entity alias to be used when deriving Vault tokens. This default value
will be used if the task doesn't have an entity alias defined.
2022-04-05 14:18:10 -04:00
..
test-fixtures Support Vault entity aliases (#12449) 2022-04-05 14:18:10 -04:00
helper.go
helper_test.go
parse.go Support Vault entity aliases (#12449) 2022-04-05 14:18:10 -04:00
parse_group.go Parse `job > group > consul` block in HCL1 (#11423) 2021-11-03 13:49:32 -04:00
parse_job.go
parse_multiregion.go
parse_network.go
parse_service.go hcl1: add service block provider parameter. 2022-03-14 10:00:53 +01:00
parse_task.go
parse_test.go Support Vault entity aliases (#12449) 2022-04-05 14:18:10 -04:00
utils.go
utils_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00