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

UI: Adds tidy_revoked_certs and revoked_cert_deleted_count to PKI tidy status page #23232

Merged
merged 2 commits into from
Sep 21, 2023

Conversation

hellobontempo
Copy link
Contributor

Fixes duplicate tidy_revocation_queue which should have been tidy_revoked_certs

Screenshot 2023-09-21 at 12 40 32 PM

@hellobontempo hellobontempo added ui bug Used to indicate a potential bug labels Sep 21, 2023
@hellobontempo hellobontempo added this to the 1.15.0 milestone Sep 21, 2023
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Sep 21, 2023
@hellobontempo hellobontempo changed the title add missing params UI: Adds tidy_revoked_certs to PKI tidy status page Sep 21, 2023
@hellobontempo hellobontempo modified the milestones: 1.15.0, 1.14.4 Sep 21, 2023
Copy link
Contributor Author

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',
Copy link
Contributor Author

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

@hellobontempo hellobontempo changed the title UI: Adds tidy_revoked_certs to PKI tidy status page UI: Adds tidy_revoked_certs and revoked_cert_deleted_count to PKI tidy status page Sep 21, 2023
];

tidyStatusConfigFields = [
'tidy_cert_store',
'tidy_revocation_queue',
Copy link
Contributor Author

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',
Copy link
Contributor Author

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',
Copy link
Contributor Author

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

Copy link
Contributor

@zofskeez zofskeez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@github-actions
Copy link

Build Results:
All builds succeeded! ✅

@github-actions
Copy link

CI Results:
All Go tests succeeded! ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants