open-vault/api
Jeff Mitchell e0c9bfd926 Add WithOptions methods to audit/auth enabling (#2383) 2017-02-16 11:37:27 -05:00
..
test-fixtures
SPEC.md
api_test.go
auth.go
auth_token.go Reinstate the token parameter to api.RevokeSelf to avoid breaking compatibility 2016-09-13 11:03:05 -04:00
auth_token_test.go
client.go ConfigureTLS() sets default HttpClient if nil (#2329) 2017-02-06 17:47:56 -05:00
client_test.go
help.go
logical.go Better handle nil responses in logical unwrap 2016-12-01 16:38:08 -05:00
request.go
request_test.go
response.go
secret.go
secret_test.go
ssh.go
ssh_agent.go allow a TLS server name to be configured for SSH agents (#1720) 2016-08-23 22:06:56 -04:00
ssh_agent_test.go allow a TLS server name to be configured for SSH agents (#1720) 2016-08-23 22:06:56 -04:00
sys.go
sys_audit.go Add WithOptions methods to audit/auth enabling (#2383) 2017-02-16 11:37:27 -05:00
sys_auth.go Add WithOptions methods to audit/auth enabling (#2383) 2017-02-16 11:37:27 -05:00
sys_capabilities.go Restore compatibility with pre-0.6.1 servers for CLI/Go API calls 2016-08-14 14:52:45 -04:00
sys_generate_root.go
sys_init.go Add support for PGP encrypting the initial root token. (#1883) 2016-09-13 18:42:24 -04:00
sys_leader.go
sys_lease.go
sys_mounts.go Add WithOptions methods to audit/auth enabling (#2383) 2017-02-16 11:37:27 -05:00
sys_mounts_test.go Change default TTL from 30 to 32 to accommodate monthly operations (#1942) 2016-09-28 18:32:49 -04:00
sys_policy.go Restore compatibility with pre-0.6.1 servers for CLI/Go API calls 2016-08-14 14:52:45 -04:00
sys_rekey.go Provide base64 keys in addition to hex encoded. (#1734) 2016-08-15 16:01:15 -04:00
sys_rotate.go Restore compatibility with pre-0.6.1 servers for CLI/Go API calls 2016-08-14 14:52:45 -04:00
sys_seal.go Add nonce to unseal to allow seeing if the operation has reset (#2276) 2017-01-17 11:47:06 -05:00
sys_stepdown.go