open-vault/builtin/credential/aws
Jim Kalafut 1785b1bd00
Replace deprecated terms in AWS Auth (#10997)
* Replace deprecated terms in AWS Auth

This PR is part of an effort to remove non-inclusive language throughout
Vault. The AWS Auth backend uses the "whitelist" and "blacklist" term
extensively, and these are the focus of the PR:

* Add new API endpoints that use the preferred terminology, while
  deprecating the old endpoints. These endpoints offer identical
  functionality and are basically aliases. This is the only functional
  change in the PR except for terms in error messages.
* Replace "whitelist" -> "access list", "blacklist" -> "deny list" in
  variable names, comments, etc.

Note that storage locations were *not* changed at this time, as that is
a more complex process involving versioning that we may tackle in a future
revision. We have reduced the occurrences of non-inclusive language,
however.

Reviewers should be sure to "Ignore Whitespace" in diffs, especially for
the tests, which were basically indented one level as part of looping
over the tests with both the old and new names.
2021-02-25 23:23:34 -08:00
..
cmd/aws Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
backend_e2e_test.go Add a unit test for plugin initialization (#7158) 2019-09-26 10:01:45 -04:00
backend_test.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
cli.go Add logging during awskms auto-unseal (#9794) 2020-09-28 14:06:49 -07:00
client.go Add logging during awskms auto-unseal (#9794) 2020-09-28 14:06:49 -07:00
path_config_certificate.go AWS credential plugin maintenance (#7114) 2019-07-31 16:11:35 -07:00
path_config_client.go 5844 AWS Root Credential Rotation (#9921) 2020-09-15 15:26:56 -07:00
path_config_client_test.go Add an sts_region parameter to the AWS auth engine's client config (#7922) 2019-12-10 16:02:04 -08:00
path_config_identity.go Add helper for aliasmetadata and add to AWS auth (#8783) 2020-04-27 10:06:07 -07:00
path_config_identity_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
path_config_rotate_root.go 5844 AWS Root Credential Rotation (#9921) 2020-09-15 15:26:56 -07:00
path_config_rotate_root_test.go 5844 AWS Root Credential Rotation (#9921) 2020-09-15 15:26:56 -07:00
path_config_sts.go AWS credential plugin maintenance (#7114) 2019-07-31 16:11:35 -07:00
path_config_tidy_identity_accesslist.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
path_config_tidy_roletag_denylist.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
path_identity_accesslist.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
path_login.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
path_login_test.go Aws auth fixes (#9825) 2020-08-25 17:37:59 -05:00
path_role.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
path_role_tag.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
path_role_test.go Add logging during awskms auto-unseal (#9794) 2020-09-28 14:06:49 -07:00
path_roletag_denylist.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
path_tidy_identity_accesslist.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00
path_tidy_roletag_denylist.go Replace deprecated terms in AWS Auth (#10997) 2021-02-25 23:23:34 -08:00