open-consul/.changelog/10657.txt
Dhia Ayachi b725605fe4
config raft apply silent error (#10657)
* 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.
```