This plug-in checks the secrets and certificates of each of the apps specified and returns the days till expiration of each item.
$ dotnet add package Seq.App.AzureSecretCheck
Azure App Registration Secret Expiration Check.
This plug-in checks the secrets and certificates of each of the apps specified and returns the days till expiration of the most recent date.
This plug-in requires an app registration with a client secret that has Application.Read.All access in your Azure Instance.
| Required/Optional | Variable | Type | Description |
|---|---|---|---|
| Required | Tenant Id | string | Directory (tenant) ID of the Azure Instance |
| Required | Client Id | string | The Client ID of this App Registration, that has the necessary access to query expiry |
| Required | Client Secret | string | Client secret from the App Registration for this plugin |
| Optional | Application Object Ids | string[] | A list of App Registration Object Ids, one per line. If left blank, all object ids will be reviewed. Note: This is the Object Id and not the Application Id. |
| Optional | Graph Scopes | string[] | A list of Graph Scopes for the Microsoft.Graph api. Default is blank |
| Optional | Interval (seconds) | int | The time between checks; the default is 3600 (once an hour). |
| Optional | Minimum validity period (days) | int | The minimum amount of days a certificate should be valid; the default is 30 |