open-vault/api
Calvin Leung Huang 3108860d4b
Audit HMAC values on AuthConfig (#4077)
* Add audit hmac values to AuthConfigInput and AuthConfigOutput, fix docs

* docs: Add ttl params to auth enable endpoint

* Rewording of go string to simply string

* Add audit hmac keys as CLI flags on auth/secrets enable

* Fix copypasta mistake

* Add audit hmac keys to auth and secrets list

* Only set config values if they exist

* Fix http sys/auth tests

* More auth plugin_name test fixes

* Pass API values into MountEntry's config when creating auth/secrets mount

* Update usage wording
2018-03-09 14:32:28 -05:00
..
test-fixtures
api_integration_test.go Add API functions for token helpers 2017-10-24 09:26:44 -04:00
api_test.go Redo API locking (#3508) 2017-11-02 09:30:04 -05:00
auth.go
auth_token.go Use RenewTokenAsSelf instead 2017-07-07 17:14:44 -04:00
client.go Don't allow non-printable characters in the API client's token (#3841) 2018-01-24 19:57:49 -05:00
client_test.go Don't allow non-printable characters in the API client's token (#3841) 2018-01-24 19:57:49 -05:00
help.go
logical.go
renewer.go Fix typo (remove +is) (#4104) 2018-03-08 11:01:07 -05:00
renewer_integration_test.go Add API functions for token helpers 2017-10-24 09:26:44 -04:00
renewer_test.go Fix failing test 2017-07-07 17:14:49 -04:00
request.go More syncing 2017-10-23 16:52:56 -04:00
request_test.go
response.go
secret.go Merge branch 'master-oss' into sethvargo/cli-magic 2018-01-03 14:02:31 -05:00
secret_test.go Cleanup of deprecated commands in tests, docs (#3788) 2018-01-15 15:19:28 -05:00
ssh.go Add SignKey endpoint for SSH API client 2017-08-18 12:59:08 -04:00
ssh_agent.go
ssh_agent_test.go
sys.go
sys_audit.go
sys_auth.go Audit HMAC values on AuthConfig (#4077) 2018-03-09 14:32:28 -05:00
sys_capabilities.go
sys_config_cors.go
sys_generate_root.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
sys_health.go Sync some bits over 2018-01-22 21:44:49 -05:00
sys_init.go
sys_leader.go Add leader cluster address to status/leader output. (#3061) 2017-07-31 18:25:27 -04:00
sys_leases.go moving client calls to new endpoint (#2867) 2017-07-25 11:58:33 -04:00
sys_mounts.go Non-HMAC audit values (#4033) 2018-03-02 12:18:39 -05:00
sys_policy.go More syncing 2017-10-23 16:52:56 -04:00
sys_rekey.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
sys_rotate.go
sys_seal.go adding recovery info to seal status (#3706) 2017-12-18 09:58:14 -05:00
sys_stepdown.go