open-nomad/website/content/docs/configuration
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
..
acl.mdx docs: note that clients need to have ACLs enabled (#11799) 2022-01-07 16:18:41 -05:00
audit.mdx Adds documentation for file mode to sink docs (#10972) 2021-07-29 16:09:18 -04:00
autopilot.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
client.mdx docs: remove deprecated client options parameters docs (#12416) 2022-03-31 11:45:51 -04:00
consul.mdx add go-sockaddr templating support to nomad consul address (#12084) 2022-02-24 09:34:54 -05:00
index.mdx docs: clairfy advertise.rpc effect 2022-02-25 16:02:29 -06:00
plugin.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
search.mdx docs: Fix minor fuzzy search things (#10423) 2021-04-21 14:55:17 -05:00
sentinel.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
server.mdx core: switch to go.etc.io/bbolt 2022-02-23 14:26:41 -06:00
server_join.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
telemetry.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
tls.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
ui.mdx ui: change Consul/Vault base URL field name (#11589) 2021-11-30 13:20:29 -05:00
vault.mdx Support Vault entity aliases (#12449) 2022-04-05 14:18:10 -04:00