a49f1b9e6b
Update AWS auth method certificates Add tests that the `rsa2048` document can also be verified using the `pkcs7` field for AWS auth. Due to the use of SHA-1-based signatures for the `identity` and `pkcs7` methods, we want to encourage moving toward using the RSA 2048 workflow, https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/verify-rsa2048.html This doesn't require code changes for Vault necessarily, but adding in the (many) certificates will help end users. Also adds `rsa2048` option to API to fetch the RSA 2048 signature. I will make a PR to update to the AWS auth docs to document the RSA 2048 flow soon after this. |
||
---|---|---|
.. | ||
cmd/aws | ||
pkcs7 | ||
backend.go | ||
backend_e2e_test.go | ||
backend_test.go | ||
certificates.go | ||
cli.go | ||
client.go | ||
path_config_certificate.go | ||
path_config_client.go | ||
path_config_client_test.go | ||
path_config_identity.go | ||
path_config_identity_test.go | ||
path_config_rotate_root.go | ||
path_config_rotate_root_test.go | ||
path_config_sts.go | ||
path_config_tidy_identity_accesslist.go | ||
path_config_tidy_roletag_denylist.go | ||
path_identity_accesslist.go | ||
path_login.go | ||
path_login_test.go | ||
path_role.go | ||
path_role_tag.go | ||
path_role_test.go | ||
path_roletag_denylist.go | ||
path_tidy_identity_accesslist.go | ||
path_tidy_roletag_denylist.go |