add known issue partial and update related docs (#22629)

This commit is contained in:
Sarah Chavis
2023-08-30 11:53:00 -07:00
committed by GitHub
parent 658e0f4151
commit 71f76a9ae4
3 changed files with 19 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ Version | Issue
------- | ------------------------------------------------------------
1.14.0+ | [Users limited by control groups can only access issuer detail from PKI overview page](/vault/docs/upgrading/upgrade-to-1.14.x#ui-pki-control-groups)
All | [API calls to update-primary may lead to data loss](/vault/docs/upgrading/upgrade-to-1.14.x#update-primary-data-loss)
1.14.0+ | AWS static roles ignore changes to rotation period](/vault/docs/upgrading/upgrade-to-1.14.x#aws-static-role-rotation)
## Vault companion updates

View File

@@ -41,3 +41,5 @@ is measuring cumulative time writing, and not the distribution of individual wri
@include 'known-issues/ui-safari-login-screen.mdx'
@include 'known-issues/aws-static-roles.mdx'

View File

@@ -0,0 +1,16 @@
### AWS static roles ignore changes to rotation period ((#aws-static-role-rotation))
#### Affected versions
- 1.14.0+
#### Issue
AWS static roles currently ignore configuration changes made to the key rotation
period. As a result, Vault will continue to use whatever rotation period was set
when the roles were originally created.
#### Workaround
Delete and recreate any static role objects that should use the new rotation
period.