mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
It is often expected that a task that needs access to Vault defines a `vault` block to specify the Vault policy to use to derive a token. But in some scenarios, like when the Nomad client is connected to a local Vault agent that is responsible for authn/authz, the task is not required to defined a `vault` block. In these situations, the `default` Vault cluster should be used to render the template.
4 lines
220 B
Plaintext
4 lines
220 B
Plaintext
```release-note:bug
|
|
vault: Fixed a bug that caused `template` blocks to ignore Nomad configuration for Vault and use the default address of `https://127.0.0.1:8200` when the job does not have a `vault` block defined
|
|
```
|