Merge pull request #2051 from hashicorp/b-vault-alloc
Disallow stale queries when deriving Vault tokens
This commit is contained in:
commit
43ac1c5037
|
@ -1795,7 +1795,7 @@ func (c *Client) deriveToken(alloc *structs.Allocation, taskNames []string, vcli
|
|||
Tasks: verifiedTasks,
|
||||
QueryOptions: structs.QueryOptions{
|
||||
Region: c.Region(),
|
||||
AllowStale: true,
|
||||
AllowStale: false,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue