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
auth.go
connection.go
controlgroup.go
error.go
identity.pb.go
identity.proto
lease.go
lease_test.go
logical.go
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
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
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