-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
UI: Adds tidy_revoked_certs and revoked_cert_deleted_count to PKI tidy status page #23232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Organized params a bit so it's easier to follow what goes where
@@ -57,24 +60,26 @@ export default class PkiTidyStatusComponent extends Component<Args> { | |||
tidyStatusGeneralFields = [ | |||
'time_started', | |||
'time_finished', | |||
'last_auto_tidy_finished', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This param doesn't behave as expected. It behaves similarly to time_finished, and isn't specific to auto-tidying
]; | ||
|
||
tidyStatusConfigFields = [ | ||
'tidy_cert_store', | ||
'tidy_revocation_queue', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate (enterprise only, below) - this should have originally been tidy_revoked_certs
]; | ||
|
||
tidyStatusConfigFields = [ | ||
'tidy_cert_store', | ||
'tidy_revocation_queue', | ||
'tidy_cross_cluster_revoked_certs', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enterprise only (moved below)
'missing_issuer_cert_count', | ||
'revocation_queue_deleted_count', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enterprise only moved below to crossClusterOperation
array
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Build Results: |
CI Results: |
Fixes duplicate
tidy_revocation_queue
which should have beentidy_revoked_certs