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

dashboard: Add certificate widget that displays CAs and Certs sorted by expiration date #8105

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Monviech
Copy link
Member

@Monviech Monviech commented Dec 3, 2024

Fixes: #7898

Adds a widget that pulls all CA and Certificates from the trust store API and displays them sorted by expiration date.

  • Certificates with more than 14 days show a green lock
  • with less than 14 days show yellow lock
  • with no days left show red log and expired

An additional self populating dropdown allows to configure the plugin, hiding certificates.
The default is displaying all existing certificates.

@Monviech Monviech added the feature Adding new functionality label Dec 3, 2024
@Monviech Monviech self-assigned this Dec 3, 2024
@Monviech Monviech marked this pull request as draft December 3, 2024 09:44
@fichtner
Copy link
Member

fichtner commented Dec 3, 2024

general question: are we able to open the edit page for a certificate via link yet?

@Monviech
Copy link
Member Author

Monviech commented Dec 3, 2024

I saw that in the user manager there is some kind of link that can open the certificates bootgrid with a preapplied filter to only show a single certificate (for the user certificate). Maybe that could be added? But I have to see how it works first.

@Monviech Monviech marked this pull request as ready for review December 3, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding new functionality
Development

Successfully merging this pull request may close these issues.

system: add a certificate widget to allow visibility for upcoming expiries
2 participants