diff options
author | claw0ry <me@claw0ry.net> | 2024-12-11 13:56:52 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2024-12-11 13:56:52 +0100 |
commit | 4719cc03837490ed4bf1b9725d75a686e56e5a6a (patch) | |
tree | 769dd3a3a87153df049b3043196bd131495b10ad /content/posts/monitor-azure-keyvault-for-expiring-secrets-and-certificates.md |
fresh start
Diffstat (limited to 'content/posts/monitor-azure-keyvault-for-expiring-secrets-and-certificates.md')
-rw-r--r-- | content/posts/monitor-azure-keyvault-for-expiring-secrets-and-certificates.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/content/posts/monitor-azure-keyvault-for-expiring-secrets-and-certificates.md b/content/posts/monitor-azure-keyvault-for-expiring-secrets-and-certificates.md new file mode 100644 index 0000000..fa5b700 --- /dev/null +++ b/content/posts/monitor-azure-keyvault-for-expiring-secrets-and-certificates.md @@ -0,0 +1,13 @@ +--- +title: "Monitor Azure Keyvault for Expiring Secrets and Certificates" +date: 2023-06-28T14:52:47+02:00 +draft: true +--- + +Golang has in the recent years become a popular language for creating services and tooling. Partly because of its ease of use, but also its speed and easy deployment. + +In this article we're going to take a look at how we can create a little service to monitor Azure Key Vaults for expiring secrets and certificates. + +NOTE: Check out Azure Key Vault Events + +https://portal.azure.com/#@ncopmgmt.onmicrosoft.com/resource/subscriptions/b5bff884-cef0-423c-8287-ea5f8d8bf0ac/resourceGroups/ncopmgmt-kv-rg-mpoint/providers/Microsoft.KeyVault/vaults/ncopmgmt-kv-mpoint/events |