Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<!-- Badges -->
<img src="https://img.shields.io/badge/integration_status-pilot-3D1973?style=flat-square" alt="Integration Status: pilot" />
<img src="https://img.shields.io/badge/integration_status-production-3D1973?style=flat-square" alt="Integration Status: production" />
<a href="https://github.com/Keyfactor/microsoft-activedirectory-dnsplugin/actions/workflows/keyfactor-starter-workflow.yml"><img src="https://github.com/Keyfactor/microsoft-activedirectory-dnsplugin/actions/workflows/keyfactor-starter-workflow.yml/badge.svg" alt="Build" /></a>
<a href="https://github.com/Keyfactor/microsoft-activedirectory-dnsplugin/releases"><img src="https://img.shields.io/github/v/release/Keyfactor/microsoft-activedirectory-dnsplugin?style=flat-square" alt="Release" /></a>
<img src="https://img.shields.io/github/issues/Keyfactor/microsoft-activedirectory-dnsplugin?style=flat-square" alt="Issues" />
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down