Skip to content

Commit 7702de3

Browse files
committed
improvements
1 parent 04cd479 commit 7702de3

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

changelog/2026-03-02-token-expiration-notifications/index.md renamed to changelog/2026-03-03-token-expiration-notifications/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
slug: token-expiration-notifications
33
title: Token expiration notifications
44
tags: ['Core']
5-
description: Windmill now monitors API token expiration and notifies owners via email 7 days before expiry and upon deletion. A new instance setting controls in-app critical alerts for token expiry.
5+
version: v1.649.0
6+
description: Windmill now monitors API token expiration and notifies owners via email 7 days before expiry and upon deletion. A new instance setting controls critical alerts for token expiry.
67
features:
78
- 'Email notifications sent to token owners 7 days before expiration and when expired tokens are deleted.'
8-
- 'New "Alert on token expiry" instance setting to enable in-app critical alerts for expiring/expired tokens.'
9-
- 'Color-coded expiration badges in the tokens table for tokens expiring within 30 days.'
10-
- 'Warning banner in the tokens table for tokens expiring within 7 days.'
9+
- 'New "Alert on token expiry" instance setting to enable critical alerts for expiring/expired tokens.'
1110
- 'New TokenExpiringSoon and TokenExpired workspace webhook event types.'
1211
docs: /docs/core_concepts/critical_alerts#token-expiration-notifications
1312
---

docs/advanced/18_instance_settings/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Enable to mute critical alerts in the UI.
313313

314314
### Alert on token expiry
315315

316-
Enable to send [critical alerts](../../core_concepts/37_critical_alerts/index.mdx#token-expiration-notifications) in the UI when API tokens are about to expire (within 7 days) or have expired. This setting is off by default.
316+
Enable to send [critical alerts](../../core_concepts/37_critical_alerts/index.mdx#token-expiration-notifications) when API tokens are about to expire (within 7 days) or have expired. This setting is off by default.
317317

318318
Email notifications to token owners are always sent regardless of this setting, as long as [SMTP](#smtp) is configured.
319319

docs/core_concepts/37_critical_alerts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Critical alerts are generated under the following conditions:
2626
Windmill monitors API tokens and sends notifications when they are about to expire or have expired. Token owners receive an email notification 7 days before expiration, and again when the token is deleted after expiry.
2727

2828
- Email notifications are always sent when [SMTP](../../advanced/18_instance_settings/index.mdx#smtp) is configured, regardless of the "Alert on token expiry" setting.
29-
- In-app critical alerts are only shown when the ["Alert on token expiry"](../../advanced/18_instance_settings/index.mdx#alert-on-token-expiry) instance setting is enabled.
29+
- Critical alerts are only sent when the ["Alert on token expiry"](../../advanced/18_instance_settings/index.mdx#alert-on-token-expiry) instance setting is enabled.
3030
- Session and ephemeral tokens are excluded from expiration notifications.
3131

3232
The tokens table in user settings also shows color-coded expiration badges for tokens expiring within 30 days, and a warning banner for tokens expiring within 7 days.

docs/core_concepts/4_webhooks/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ securely!
107107

108108
:::
109109

110+
When [SMTP](../../advanced/18_instance_settings/index.mdx#smtp) is configured, token owners automatically receive an email notification 7 days before a token expires, and again when the token is deleted after expiry. The tokens table in user settings also shows color-coded expiration badges for tokens expiring within 30 days. For more details, see [Token expiration notifications](../37_critical_alerts/index.mdx#token-expiration-notifications).
111+
110112
![Create new tokens](./tokens.png.webp)
111113

112114
### Webhook specific tokens

0 commit comments

Comments
 (0)