mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
When we write Connect gateway configuation entries from the server, we're not passing in the intended partition. This means we're using the server's own partition to submit the configuration entries and this may not match. Note this requires the Nomad server's token has permission to that partition. Also, move the config entry write after we check Sentinel policies. This allows us to return early if we hit a Sentinel error without making Consul RPCs first.
8 lines
301 B
Plaintext
8 lines
301 B
Plaintext
```release-note:bug
|
|
consul: Fixed a bug where gateway config entries were written to the Nomad server agent's Consul partition and not the client's partition
|
|
```
|
|
|
|
```release-note:bug
|
|
consul: (Enterprise) Fixed a bug where gateway config entries were written before Sentinel policies were enforced
|
|
```
|