Files
vault/changelog/12443.txt
Viljo Viitanen 0056b61e26 change cassandra db plugin timeout to 5s as in docs (#12443)
* fix cassandra db plugin timeout to 5s as in docs

Documentation says timeout is 5s, but code uses 0s, which is too short any any real world usage, causing issues.
https://www.vaultproject.io/api/secret/databases/cassandra#connect_timeout
issues: https://github.com/hashicorp/vault/issues/8527 https://github.com/hashicorp/vault/issues/9400

* Create 12443.txt

changelog entry
2022-02-15 07:35:44 -08:00

4 lines
103 B
Plaintext

```release-note:bug
secrets/database/cassandra: change connect_timeout to 5s as documentation says
```