open-vault/sdk/database/dbplugin/v5
Violet Hynes 0c80ee5cf5
VAULT-6614 Enable role based quotas for lease-count quotas (OSS) (#16157)
* VAULT-6613 add DetermineRoleFromLoginRequest function to Core

* Fix body handling

* Role resolution for rate limit quotas

* VAULT-6613 update precedence test

* Add changelog

* VAULT-6614 start of changes for roles in LCQs

* Expiration changes for leases

* Add role information to RequestAuth

* VAULT-6614 Test updates

* VAULT-6614 Add expiration test with roles

* VAULT-6614 fix comment

* VAULT-6614 Protobuf on OSS

* VAULT-6614 Add rlock to determine role code

* VAULT-6614 Try lock instead of rlock

* VAULT-6614 back to rlock while I think about this more

* VAULT-6614 Additional safety for nil dereference

* VAULT-6614 Use %q over %s

* VAULT-6614 Add overloading to plugin backends

* VAULT-6614 RLocks instead

* VAULT-6614 Fix return for backend factory
2022-07-05 13:02:00 -04:00
..
proto VAULT-6614 Enable role based quotas for lease-count quotas (OSS) (#16157) 2022-07-05 13:02:00 -04:00
testing Double the timeout for requests in the dbplugin test helpers to avoid sporadic test failures. (#14610) 2022-03-21 11:08:05 -04:00
conversions_test.go secrets/database: adds ability to manage alternative credential types and configuration (#15376) 2022-05-17 09:21:26 -07:00
database.go secrets/db: fix structpb conversion for external plugins using alternative cred types (#15801) 2022-06-03 16:15:09 -07:00
grpc_client.go secrets/db: fix structpb conversion for external plugins using alternative cred types (#15801) 2022-06-03 16:15:09 -07:00
grpc_client_test.go secrets/database: Fixes marshalling bug for json.Number types (#11451) 2021-04-23 14:07:26 -07:00
grpc_database_plugin.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00
grpc_server.go secrets/database: adds ability to manage alternative credential types and configuration (#15376) 2022-05-17 09:21:26 -07:00
grpc_server_test.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00
marshalling.go secrets/database: Fixes marshalling bug for json.Number types (#11451) 2021-04-23 14:07:26 -07:00
middleware.go
middleware_test.go
plugin_client.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00
plugin_client_test.go plugin multiplexing: add catalog test coverage (#14398) 2022-03-08 10:33:24 -06:00
plugin_factory.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00
plugin_server.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00