2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-01 08:27:20 +00:00
Dhia Ayachi c6859b3fb0
config raft apply silent error ()
* return an error when the index is not valid

* check response as bool when applying `CAOpSetConfig`

* remove check for bool response

* fix error message and add check to test

* fix comment

* add changelog
2021-07-22 10:32:27 -04:00

4 lines
103 B
Plaintext

```release-note:bug
ca: report an error when setting the ca config fail because of an index check.
```