You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RVA audit logs are not collected to tape, we'll need to:
Make remote perspective quorum configurable
Return Perspective and RIR from RVA -> VA
Log remote perspective quorum result
Record gRPC timeouts and cancellations distinctly from validation failures
During deployments and scaling actions, ensure all attempts dispatched by the VA -> RVA are completed and logged. Any timeouts in the graceful shutdown process should be longer than the VA -> RVA gRPC timeout.
The text was updated successfully, but these errors were encountered:
- Add `Perspective` and `RIR` fields to the remote-va configuration
- Configure RVA ValidationAuthorityImpl instances with the contents of
the JSON configuration
- Configure VA ValidationAuthorityImpl instances with the constant
`va.PrimaryPerspective`
- Log `Perspective` for non-Primary Perspectives, per the MPIC
requirements in section 5.4.1 (2) vii of the BRs. Also log the RIR for
posterity.
- Introduce `ValidationResult` RPC fields `Perspective` and `Rir`, which
are not currently used but will be required for corroboration in #7616Fixes#7613
Part of #7615
Part of #7616
Per MPIC ballot, we should record this explicitly in audit logs.
We need to make sure that we can distinguish between a positive failure from an RVA versus not waiting longer for a response.
Notes added by @beautifulentropy
RVA audit logs are not collected to tape, we'll need to:
Perspective
andRIR
from RVA -> VAThe text was updated successfully, but these errors were encountered: