open-vault/sdk/logical
Calvin Leung Huang ec64b7c672
logical/request: store the entire http.Request object instead (#7412)
This allows logical operations (along with a non-nil response writer) to
process http handler funcs within the operation function while keeping
auth and audit checks that the logical request flow provides.
2019-09-06 12:40:15 -07:00
..
audit.go Allow plugins to submit audit requests/responses via extended SystemView (#6777) 2019-05-22 18:52:53 -04:00
auth.go Tokenhelper v2 (#6662) 2019-06-14 10:17:04 -04:00
connection.go
controlgroup.go
error.go
identity.pb.go Rerun proto gen as some got gen'd with old proto version (#7090) 2019-07-09 01:02:20 +02:00
identity.proto Allow logical backends access to the disabled state of an entity (#6791) 2019-05-28 16:31:50 -05:00
lease.go
lease_test.go
logical.go AWS upgrade role entries (#7025) 2019-07-05 16:55:40 -07:00
logical_storage.go
plugin.pb.go
plugin.proto
request.go logical/request: store the entire http.Request object instead (#7412) 2019-09-06 12:40:15 -07:00
response.go Add download headers to snapshot take API (#7369) 2019-09-06 10:34:36 -07:00
response_util.go
response_util_test.go
secret.go
storage.go Exit ScanView if context has been cancelled (#7419) 2019-09-04 09:18:19 -04:00
storage_inmem.go Revert "Merge StoragePackerV2 implementation (#6874)" (#6997) 2019-06-26 19:26:06 -05:00
storage_inmem_test.go
storage_test.go Exit ScanView if context has been cancelled (#7419) 2019-09-04 09:18:19 -04:00
storage_view.go
system_view.go Move SudoPrivilege out of SystemView (#7266) 2019-08-26 10:23:46 -04:00
testing.go Fix import cycle 2019-07-02 21:01:34 -04:00
token.go sdk/logical: handle empty token type string values as TokenTypeDefault (#7273) 2019-08-14 09:45:40 -04:00
token_test.go sdk/logical: handle empty token type string values as TokenTypeDefault (#7273) 2019-08-14 09:45:40 -04:00
translate_response.go