Skip to content

Commit 4aa46d5

Browse files
authored
Supply authz ID in CAA rechecks (#8730)
This field was added in #7870 for the purpose of VA-level logging. But it's only been populated in CAA calls during normal validation, not during CAA rechecks. Populate it there as well, for the sake of consistent log output.
1 parent 05635e8 commit 4aa46d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ra/ra.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ func (ra *RegistrationAuthorityImpl) recheckCAA(ctx context.Context, authzs []*c
770770
Identifier: authz.Identifier.ToProto(),
771771
ValidationMethod: method,
772772
AccountURIID: authz.RegistrationID,
773+
AuthzID: authz.ID,
773774
})
774775
if err != nil {
775776
ra.log.AuditErr("Rechecking CAA", err, map[string]any{

0 commit comments

Comments
 (0)