vault/builtin/logical/aws
Joel Thompson 7e610e6227 Allow specifying role-default TTLs in AWS secret engine (#5138)
* Allow specifying role-default TTLs in AWS secret engine

* Add an acceptance test

* Add docs for AWS secret role-default TTLs

* Rename default_ttl to default_sts_ttl

* Return default_ttl as int64 instead of time.Duration

* Fix broken tests

The merge of #5383 broke the tests due to some changes in the test style
that didn't actually cause a git merge conflict. This updates the tests
to the new style.
2018-10-02 10:14:16 -04:00
..
backend_test.go Allow specifying role-default TTLs in AWS secret engine (#5138) 2018-10-02 10:14:16 -04:00
backend.go logical/aws: Harden WAL entry creation (#5202) 2018-09-27 09:54:59 -05:00
client.go Add AWS Secret Engine Root Credential Rotation (#5140) 2018-09-26 07:10:00 -07:00
path_config_lease.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
path_config_root.go Add AWS Secret Engine Root Credential Rotation (#5140) 2018-09-26 07:10:00 -07:00
path_config_rotate_root.go Add AWS Secret Engine Root Credential Rotation (#5140) 2018-09-26 07:10:00 -07:00
path_roles_test.go Allow specifying role-default TTLs in AWS secret engine (#5138) 2018-10-02 10:14:16 -04:00
path_roles.go Allow specifying role-default TTLs in AWS secret engine (#5138) 2018-10-02 10:14:16 -04:00
path_user.go Allow specifying role-default TTLs in AWS secret engine (#5138) 2018-10-02 10:14:16 -04:00
rollback.go Add AWS Secret Engine Root Credential Rotation (#5140) 2018-09-26 07:10:00 -07:00
secret_access_keys_test.go Allow use of pre-existing policies for AWS users 2015-12-30 18:05:54 +00:00
secret_access_keys.go Fix broken build 2018-09-27 10:58:04 -04:00