open-vault/api
Jeff Mitchell 1c7157e632 Reintroduce the ability to look up obfuscated values in the audit log
with a new endpoint '/sys/audit-hash', which returns the given input
string hashed with the given audit backend's hash function and salt
(currently, always HMAC-SHA256 and a backend-specific salt).

In the process of adding the HTTP handler, this also removes the custom
HTTP handlers for the other audit endpoints, which were simply
forwarding to the logical system backend. This means that the various
audit functions will now redirect correctly from a standby to master.
(Tests all pass.)

Fixes #784
2015-11-18 20:26:03 -05:00
..
test-fixtures
api_test.go
auth.go
auth_token.go Add no-default-policy flag and API parameter to allow exclusion of the 2015-11-09 17:30:50 -05:00
auth_token_test.go Implement LookupSelf, RevokeSelf, and RenewSelf in the API client 2015-10-30 17:27:33 -04:00
client.go Move environment variable reading logic to API. 2015-11-04 10:28:00 -05:00
client_test.go Move environment variable reading logic to API. 2015-11-04 10:28:00 -05:00
help.go
logical.go
request.go
request_test.go
response.go
secret.go
secret_test.go
SPEC.md
ssh.go
ssh_agent.go Move environment variable reading logic to API. 2015-11-04 10:28:00 -05:00
ssh_agent_test.go
sys.go
sys_audit.go Reintroduce the ability to look up obfuscated values in the audit log 2015-11-18 20:26:03 -05:00
sys_auth.go
sys_init.go
sys_leader.go
sys_lease.go
sys_mounts.go
sys_policy.go
sys_rekey.go
sys_rotate.go
sys_seal.go Add reset support to the unseal command. 2015-10-28 15:59:39 -04:00