-
Notifications
You must be signed in to change notification settings - Fork 3
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
TLS Cert validity alerting #162
Comments
I'm thinking we need copy in the alert dialog that links to the settings page to adjust the days. Maybe: "You can change the thresholds for certificate expiration warnings on the [settings] page", with 'settings' being a link. Thoughts? |
What would be the path to get back into the flyout after that? Would they have to return to the certs page and reopen? Could we just allow them to edit the settings from this page, with copy explaining that the values can also be viewed in Settings with a link? Alternatively, we could allow them to open the Certs alert flyout from the settings page, but that seems to go against the flow that we've previously discussed where we keep the various alert creation dialogues associated with their respective pages. |
I updated the description to reflect some new reqs about the alert state and default message we display to users, feel free to comment and share recommendations or concerns. |
We are planning to have the Add Alert flyout default to our TLS alert when the button is clicked in our UI, but we should also determine the proper icon to use for the different alert types we support. Today, the selection dialogue would look like this: |
Design Issue:
Personas / User Stories
As someone responsible for managing TLS/SSL Certificates
I want my certificates to be checked a regular basis and to be notified when I have a certificate that is aged over X days or within Y days the certificate expiry
So that I can ensure we aren't at risk of data being compromised or services going down from an expired certificate
AND so that I can take prompt action to replace a near expiry certificate
ACs:
To check: How to specify severity (ie 45 days it's an FYI, 7 days it's a drop everything type situation)
Example syntax:
WHEN ANY MONITOR
HAS A CERTIFICATE [30 DAYS] FROM EXPIRATION
OR OLDER THAN [365 DAYS]
Days values ^^ will display a popover with the following text:
You can change the criteria for expiration and age in the [settings page].
Alert state and context
While implementing this feature we ran into the problem of what to include as our default message, and what values would be useful to supply in the alert's state and context.
@andrewvc and @justinkambic defined the following fields:
Along with that, this is the working copy for the default alert message users will see when interacting with the
AddAlert
flyout:The text was updated successfully, but these errors were encountered: