open-vault/plugins/database/cassandra
Jack Kleeman ffb699e48c Add ability to skip 'LIST ALL' check (#7614)
Currently whenever we start a new C* session in the database plugin, we
run `LIST ALL` to determine whether we are a superuser, or otherwise
have permissions on roles. This is a fairly sensible way of checking
this, except it can be really slow when you have a lot of roles (C*
isn't so good at listing things). It's also really intensive to C* and
leads to a lot of data transfer. We've seen timeout issues when doing
this query, and can of course raise the timeout, but we'd probably
prefer to be able to switch it off.
2019-10-14 16:36:49 -06:00
..
cassandra-database-plugin Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
test-fixtures Batch tokens (#755) 2018-10-15 12:56:24 -04:00
cassandra.go Combined Database backend: Add GenerateCredentials to the CredentialsProducer Interface (#7010) 2019-07-05 14:34:47 -04:00
cassandra_test.go Merge multiple functions for creating consul containers into one. (#6612) 2019-04-22 12:26:10 -04:00
connection_producer.go Add ability to skip 'LIST ALL' check (#7614) 2019-10-14 16:36:49 -06:00