open-vault/builtin/credential/aws
Calvin Leung Huang f59069c22f
Don't call LeaseExtend on login renewal paths when period is provided (#3803)
* Don't call LeaseExtend on login renewal paths when period is provided

* WIP tests

* NoopBackend accept backend ttl values

* Test period value on credentials backend

* Use t.Fatalf instead

* Remove mockCoreExpiration

* Add login renewal test for approle backend

* Add resp.Auth.Period check on aws and cert backend tests

* Pass in approle's period via role's period

* Correctly set period in valid-role's role

* Add period renewal test using TestCluster and approle backend

* Check for ttl values after renewals on test
2018-01-18 12:19:18 -05:00
..
backend.go Merge branch 'master-oss' into sethvargo/cli-magic 2018-01-03 14:02:31 -05:00
backend_test.go Don't call LeaseExtend on login renewal paths when period is provided (#3803) 2018-01-18 12:19:18 -05:00
cli.go Merge branch 'master-oss' into sethvargo/cli-magic 2018-01-03 14:02:31 -05:00
client.go auth/aws: Allow wildcard in bound_iam_principal_id (#3213) 2017-08-30 17:51:48 -04:00
path_config_certificate.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_config_client.go Merge branch 'master-oss' into sethvargo/cli-magic 2018-01-10 11:15:49 -05:00
path_config_client_test.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_config_sts.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_config_tidy_identity_whitelist.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_config_tidy_roletag_blacklist.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_identity_whitelist.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_login.go Don't call LeaseExtend on login renewal paths when period is provided (#3803) 2018-01-18 12:19:18 -05:00
path_login_test.go auth/aws: Properly handle malformed ARNs (#3280) 2017-09-03 20:37:06 -04:00
path_role.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_role_tag.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_role_test.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_roletag_blacklist.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_tidy_identity_whitelist.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_tidy_roletag_blacklist.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00