Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add feature flag to disable pending authz reuse (#7836)
Pending authz reuse is a nice-to-have feature because it allows us to create fewer rows in the authz database table when creating new orders. However, stats show that less than 2% of authorizations that we attach to new orders are reused pending authzs. And as we move towards using a more streamlined database schema to store our orders, authorizations, and validation attempts, disabling pending authz reuse will greatly simplify our database schema and code. CPS Compliance Review: our CPS does not speak to whether or not we reuse pending authorizations for new orders. IN-10859 tracks enabling this flag in prod Part of #7715
- Loading branch information