Skip to content

Commit

Permalink
Add signature_algorithm_suite to the CA rotation test plan (#48899)
Browse files Browse the repository at this point in the history
* Add `signature_algorithm_suite` to the CA rotation test plan

* Uncheck the newly added items
  • Loading branch information
espadolini authored Nov 13, 2024
1 parent 1dedb67 commit b88995f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/testplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,8 @@ also managed, but not considered for role-based host user creation.
- [ ] `standby` phase: only the new certs remain in `active_keys`, nothing in `additional_trusted_keys`
- [ ] `rollback` phase (second pass, after completing a regular rotation): same content as in the `init` phase
- [ ] `standby` phase after `rollback`: same content as in the previous `standby` phase
- [ ] Changing `signature_algorithm_suite` should change the algorithm used by new CA issuers when entering `init` - only issued certificates change algorithm if the suite is changed at other times
- [ ] Even after changing `signature_algorithm_suite`, entering the `rollback` phase correctly restores the original issuer, no matter the algorithm
- Verify functionality in all phases (clients might have to log in again in lieu of waiting for credentials to expire between phases)
- [ ] SSH session in tsh from a previous phase
- [ ] SSH session in web UI from a previous phase
Expand Down

0 comments on commit b88995f

Please sign in to comment.