You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,8 +104,9 @@ The behavior can be configured by environment variables.
101
104
| Name | Description |
102
105
|------|------------ |
103
106
| ENABLE_AUTO_EXPIRE | Must be set to `true` for key disable action |
104
-
| EXPIRATION_AGE | Age in days to disable a AWS key |
105
-
| WARNING_AGE | Age in days of key to send notifications, must be lower than EXPIRATION_AGE |
107
+
| EXPIRATION_AGE | Age of key creation (in days) to disable a AWS key |
108
+
| WARNING_AGE | Age of key creation (in days) to send notifications, must be lower than EXPIRATION_AGE |
109
+
| LAST_USED_AGE | OPTIONAL, defaults to EXPIRATION_AGE, Age of last key usage (in days) to send notifications, must be lower than or equal to EXPIRATION_AGE |
106
110
| MSG_TITLE | Title of the notification message |
107
111
| MSG_TEXT | Instructions on key rotation |
108
112
| SLACK_URL | Incoming webhook to send notifications to |
0 commit comments