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",