8353c27c24
Update the AWS auth backend acceptance tests to account for the new `iam_tags` field that comes back on responses. * marked only tests requiring creds as acceptance Renamed TestBackend_* to TestAcceptanceBackend_* if the test requires AWS credentials. Otherwise left the name as TestBackend_* and set `AcceptanceTest: false`. * ensure generated names aren't too long IAM roles and users have a 64 character limit, and adding Acceptance to the test names was putting some over the length limit, so modified generateUniqueName() to take a max length parameter and added functions for each type of name generation (user, role, group). |
||
---|---|---|
.. | ||
cmd/aws | ||
backend.go | ||
backend_test.go | ||
client.go | ||
iam_policies.go | ||
iam_policies_test.go | ||
path_config_lease.go | ||
path_config_root.go | ||
path_config_root_test.go | ||
path_config_rotate_root.go | ||
path_roles.go | ||
path_roles_test.go | ||
path_user.go | ||
rollback.go | ||
secret_access_keys.go | ||
secret_access_keys_test.go | ||
stepwise_test.go |