.. |
test-fixtures
|
Vault SSH: Adding the missed out config file
|
2015-08-20 11:30:21 -07:00 |
api_test.go
|
|
|
auth.go
|
|
|
auth_token.go
|
Make token-lookup functionality available via Vault CLI
|
2015-12-29 20:18:59 +00:00 |
auth_token_test.go
|
Make token-lookup functionality available via Vault CLI
|
2015-12-29 20:18:59 +00: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
|
Ensure that the response body of logical calls is closed, even if there is an error.
|
2015-09-14 18:22:33 -04:00 |
request.go
|
Remove cookie authentication.
|
2015-08-21 19:46:23 -07:00 |
request_test.go
|
|
|
response.go
|
|
|
secret.go
|
Add the ability for warnings to be added to responses. These are
|
2015-10-07 16:18:39 -04:00 |
secret_test.go
|
Add unit tests
|
2015-10-07 20:17:06 -04:00 |
SPEC.md
|
Update documentation to be consistent with return codes
|
2015-12-10 10:26:40 -05:00 |
ssh.go
|
Fix some lint warnings.
|
2015-09-29 10:35:16 +03:00 |
ssh_agent.go
|
Use cleanhttp.DefaultTransport rather than instantiating directly to avoid leaked FDs
|
2015-12-17 15:23:13 -05:00 |
ssh_agent_test.go
|
Vault SSH: TLS client creation test
|
2015-08-18 19:00:27 -07:00 |
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_generate_root.go
|
RootGeneration->GenerateRoot
|
2016-01-19 18:28:10 -05:00 |
sys_init.go
|
Address comments from review.
|
2015-08-25 15:33:58 -07:00 |
sys_leader.go
|
|
|
sys_lease.go
|
|
|
sys_mounts.go
|
Switch per-mount values to strings going in and seconds coming out, like other commands. Indicate deprecation of 'lease' in the token backend.
|
2015-09-25 10:41:21 -04:00 |
sys_policy.go
|
api: fixing 404 handling of GetPolicy
|
2015-07-13 19:20:00 +10:00 |
sys_rekey.go
|
Use an array of keys so that if the same fingerprint is used none are lost when using PGP key backup
|
2016-01-08 14:29:23 -05:00 |
sys_rotate.go
|
api: Adding Rotate and KeyStatus
|
2015-05-27 18:05:23 -07:00 |
sys_seal.go
|
Add reset support to the unseal command.
|
2015-10-28 15:59:39 -04:00 |