open-vault/api/auth
Christopher Swenson a49f1b9e6b
Update AWS auth method certificates (#15719)
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.
2022-06-01 10:26:17 -07:00
..
approle Use WriteWithContext in auth helpers (#14775) 2022-04-06 11:20:34 -04:00
aws Update AWS auth method certificates (#15719) 2022-06-01 10:26:17 -07:00
azure Remove spurious fmt.Printf calls including one of a key (#15344) 2022-05-19 12:27:02 -07:00
gcp Use WriteWithContext in auth helpers (#14775) 2022-04-06 11:20:34 -04:00
kubernetes Use WriteWithContext in auth helpers (#14775) 2022-04-06 11:20:34 -04:00
ldap Use WriteWithContext in auth helpers (#14775) 2022-04-06 11:20:34 -04:00
userpass Use WriteWithContext in auth helpers (#14775) 2022-04-06 11:20:34 -04:00