Skip to content

Commit c64359e

Browse files
Infoblox Readme Updates
1 parent 0da04ab commit c64359e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docsource/configuration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ DNS-01 challenge automation is supported through the following providers:
2525
- **Azure DNS**
2626
- **Cloudflare**
2727
- **NS1**
28+
- **Infoblox**
2829

2930
Additional DNS providers can be added by extending the included `IDnsProvider` interface.
3031

@@ -70,6 +71,7 @@ This plugin automates DNS-01 challenges using pluggable DNS provider implementat
7071
| Azure DNS | Client Secret or Managed Identity | `Azure_TenantId`, `Azure_ClientId`, `Azure_ClientSecret`, `Azure_SubscriptionId` |
7172
| Cloudflare | API Token | `Cloudflare_ApiToken` |
7273
| NS1 | API Key | `Ns1_ApiKey` |
74+
| Infoblox | Username/Password (Basic Auth) | `Infoblox_Host`, `Infoblox_Username`, `Infoblox_Password` |
7375

7476
</details>
7577

@@ -102,9 +104,14 @@ Each provider supports multiple credential strategies:
102104
- **Cloudflare**:
103105
-**Bearer API Token** for zone-level DNS control
104106

105-
- **NS1**:
107+
- **NS1**:
106108
-**API Key** passed in header `X-NSONE-Key`
107109

110+
- **Infoblox**:
111+
-**Username/Password** (Basic Auth via WAPI REST API)
112+
- Optional: `Infoblox_WapiVersion` (defaults to `2.12`)
113+
- Optional: `Infoblox_IgnoreSslErrors` for self-signed certificates
114+
108115
</details>
109116

110117
<details>

0 commit comments

Comments
 (0)