Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider cancelling all associated active measurements if a certificate is revoked. #305

Closed
wangyaopw opened this issue Sep 30, 2021 · 1 comment · Fixed by #326 or #328
Closed
Assignees
Labels
enhancement New feature or request

Comments

@wangyaopw
Copy link
Member

When user revokes a certificate, the measurement coordinator could cancel or fail all active measurement using that certificate.

This allow the MPC workers to skip checking certificate revocationState when consuming it.

@wangyaopw wangyaopw added the enhancement New feature or request label Sep 30, 2021
@SanjayVas
Copy link
Member

Additionally, a Measurement should not be able to be created with a certificate that has a revocation state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment