open-vault/sdk/logical
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
..
audit.go
auth.go oss changes (#15487) 2022-05-18 09:16:13 -07:00
connection.go
controlgroup.go
error.go
identity.pb.go VAULT-6614 Enable role based quotas for lease-count quotas (OSS) (#16157) 2022-07-05 13:02:00 -04:00
identity.proto
lease.go
lease_test.go
logical.go
logical_storage.go
managed_key.go Use backendUUID instead of mount points for managed keys (OSS) (#15441) 2022-05-16 12:48:54 -04:00
plugin.pb.go VAULT-6614 Enable role based quotas for lease-count quotas (OSS) (#16157) 2022-07-05 13:02:00 -04:00
plugin.proto
request.go Start of implementation of the plumbing for role resolution logic on auth mounts (#16049) 2022-06-21 09:31:36 -04:00
response.go Start of implementation of the plumbing for role resolution logic on auth mounts (#16049) 2022-06-21 09:31:36 -04:00
response_util.go
response_util_test.go
secret.go
storage.go
storage_inmem.go
storage_inmem_test.go
storage_test.go
storage_view.go
system_view.go
testing.go
token.go
token_test.go
translate_response.go