From 3538bee81324a0536809ce36c4a0852894743ddc Mon Sep 17 00:00:00 2001 From: Brian Hill <76450501+bhillkeyfactor@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:23:47 -0400 Subject: [PATCH 1/2] Update integration-manifest.json (#9) * Update integration-manifest.json * docs: auto-generate README and documentation [skip ci] --------- Co-authored-by: github-actions[bot] --- README.md | 4 ++-- integration-manifest.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14c1b95..951e1f8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-Integration Status: pilot +Integration Status: production Build Release Issues @@ -246,7 +246,7 @@ Enable debug logging in the gateway's logging configuration: ## Support -The Microsoft Active Directory DNS Provider plugin is open source and there is **no SLA**. Keyfactor will address issues as resources become available. Keyfactor customers may request escalation by opening a support ticket through their Keyfactor representative. +The Microsoft Active Directory DNS Provider plugin is supported by Keyfactor for Keyfactor customers. If you have a support issue, please open a support ticket via the Keyfactor Support Portal at https://support.keyfactor.com. ### Resources diff --git a/integration-manifest.json b/integration-manifest.json index 5913a6c..723e4bb 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -2,10 +2,10 @@ "$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json", "integration_type": "dns-plugin", "name": "Microsoft Active Directory DNS Plugin", - "status": "pilot", - "support_level": "kf-community", + "status": "production", + "support_level": "kf-supported", "update_catalog": true, - "link_github": false, + "link_github": true, "description": "DNS domain-control validation provider for Microsoft Windows Server DNS (traditional and Active Directory-integrated). Implements the IDomainValidator interface to create, manage, and clean up DNS records (TXT for ACME dns-01, CNAME for CNAME-based DCV) by running the built-in DnsServer PowerShell cmdlets on the target DNS server over WinRM remote PowerShell. V1 is Windows-only.", "release_dir": "Keyfactor.DnsProvider.MicrosoftAD/bin/Release", "release_project": "Keyfactor.DnsProvider.MicrosoftAD/Keyfactor.DnsProvider.MicrosoftAD.csproj", From 7edba0ee6732d8bfc994e8e3cccbb27ac32ca2cf Mon Sep 17 00:00:00 2001 From: Morgan Gangwere <470584+indrora@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:25:00 -0700 Subject: [PATCH 2/2] Update integration-manifest.json (#10) --- integration-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-manifest.json b/integration-manifest.json index 723e4bb..338fd07 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -2,8 +2,8 @@ "$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json", "integration_type": "dns-plugin", "name": "Microsoft Active Directory DNS Plugin", - "status": "production", "support_level": "kf-supported", + "status": "production", "update_catalog": true, "link_github": true, "description": "DNS domain-control validation provider for Microsoft Windows Server DNS (traditional and Active Directory-integrated). Implements the IDomainValidator interface to create, manage, and clean up DNS records (TXT for ACME dns-01, CNAME for CNAME-based DCV) by running the built-in DnsServer PowerShell cmdlets on the target DNS server over WinRM remote PowerShell. V1 is Windows-only.",