Skip to content

Commit a564c0e

Browse files
committed
sa: add RegistrationID to FinalizeAuthorization
For now this is just passed in and ignored. In the future it will help fill the reusableAuthorizations table.
1 parent e987484 commit a564c0e

3 files changed

Lines changed: 493 additions & 480 deletions

File tree

ra/ra.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,7 @@ func (ra *RegistrationAuthorityImpl) PerformValidation(
15421542
AttemptedAt: timestamppb.New(vStart),
15431543
ValidationRecords: records,
15441544
ValidationError: prob,
1545+
RegistrationID: authz.RegistrationID,
15451546
})
15461547
if err != nil {
15471548
if errors.Is(err, berrors.NotFound) {

0 commit comments

Comments
 (0)