Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: hashicorp#8527 hashicorp#9400