mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
When the server's `vault` block has a default identity, we don't check the user's Vault token (and in fact, we warn them on job submit if they've provided one). But the validation hook still checks for a token if `allow_unauthenticated` is set to true. This is a misconfiguration but there's no reason for Nomad not to do the expected thing here. Fixes: https://github.com/hashicorp/nomad/issues/19565
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
```release-note:bug
|
|
vault: Fixed a bug where `allow_unauthenticated` was enforced when a `default_identity` was set
|
|
```
|