open-vault/api
Michael Golowka b52950f884
Add user configurable password policies available to secret engines (#8637)
* Add random string generator with rules engine

This adds a random string generation library that validates random
strings against a set of rules. The library is designed for use as generating
passwords, but can be used to generate any random strings.
2020-05-27 12:28:00 -06:00
..
test-fixtures
api_test.go
auth.go
auth_token.go Add ability to renew by accessor (#7817) 2019-11-08 11:32:01 -05:00
client.go Update comment in client about canceling the WithTimeout context 2020-05-08 14:48:26 -04:00
client_test.go Fix SRV Lookups (#8520) 2020-03-11 14:22:58 +01:00
go.mod Add user configurable password policies available to secret engines (#8637) 2020-05-27 12:28:00 -06:00
go.sum Add user configurable password policies available to secret engines (#8637) 2020-05-27 12:28:00 -06:00
help.go
lifetime_watcher.go Sync up Agent and API's renewers. (#7733) 2019-10-28 17:28:59 -07:00
logical.go adding a write bytes method (#7611) 2019-11-07 17:54:05 -08:00
output_string.go
plugin_helpers.go Fix automatic token set for plugin unwrap requests (#8058) 2020-01-02 10:40:13 +01:00
renewer_test.go Sync up Agent and API's renewers. (#7733) 2019-10-28 17:28:59 -07:00
request.go Fix SRV Lookups (#8520) 2020-03-11 14:22:58 +01:00
request_test.go
response.go
secret.go
ssh.go
ssh_agent.go
ssh_agent_test.go
sys.go
sys_audit.go Add a new "vault monitor" command (#8477) 2020-05-21 13:07:50 -07:00
sys_auth.go
sys_capabilities.go
sys_config_cors.go
sys_generate_root.go Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
sys_health.go
sys_init.go
sys_leader.go storage/raft: Add committed and applied indexes to the status output (#9011) 2020-05-18 16:07:27 -07:00
sys_leases.go Update API to use lease_id in body of sys/leases/revoke call (#7777) 2019-11-05 16:14:28 -05:00
sys_monitor.go Add a new "vault monitor" command (#8477) 2020-05-21 13:07:50 -07:00
sys_mounts.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
sys_plugins.go Added plugin reload function to api (#8777) 2020-05-04 11:14:23 -07:00
sys_policy.go
sys_raft.go Handle request errors during raft snapshot (#8861) 2020-04-27 13:39:06 -05:00
sys_rekey.go
sys_rotate.go
sys_seal.go
sys_stepdown.go