Merge pull request #4286 from Infisical/ENG-3376

feat(app-connections, PKI): Cloudflare as DNS provider
This commit is contained in:
x032205
2025-07-31 13:34:31 -04:00
committed by GitHub
19 changed files with 580 additions and 238 deletions

View File

@@ -50,6 +50,17 @@ Infisical supports connecting to Cloudflare using API tokens and Account ID for
</Accordion>
</AccordionGroup>
</Tab>
<Tab title="PKI">
Use the following permissions to grant Infisical access to verify certificates using DNS TXT records with ACME:
![Configure Token](/images/app-connections/cloudflare/cloudflare-dns-configure-permissions.png)
**Required Permissions:**
- **Account** - **Account Settings** - **Read**
- **Zone** - **DNS** - **Edit**
Add these permissions to your API token and click **Continue to summary**, then **Create Token** to generate your API token.
</Tab>
</Tabs>
</Step>