From 4719cc03837490ed4bf1b9725d75a686e56e5a6a Mon Sep 17 00:00:00 2001 From: claw0ry Date: Wed, 11 Dec 2024 13:56:52 +0100 Subject: fresh start --- ...-azure-keyvault-for-expiring-secrets-and-certificates.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/posts/monitor-azure-keyvault-for-expiring-secrets-and-certificates.md (limited to 'content/posts/monitor-azure-keyvault-for-expiring-secrets-and-certificates.md') 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 -- cgit v1.2.3