mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Add DNS made easy doc
This commit is contained in:
@@ -118,6 +118,7 @@
|
||||
"integrations/app-connections/cloudflare",
|
||||
"integrations/app-connections/databricks",
|
||||
"integrations/app-connections/digital-ocean",
|
||||
"integrations/app-connections/dns-made-easy",
|
||||
"integrations/app-connections/flyio",
|
||||
"integrations/app-connections/gcp",
|
||||
"integrations/app-connections/github",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 128 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 149 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 185 KiB |
59
docs/integrations/app-connections/dns-made-easy.mdx
Normal file
59
docs/integrations/app-connections/dns-made-easy.mdx
Normal file
@@ -0,0 +1,59 @@
|
||||
---
|
||||
title: "DNS Made Easy"
|
||||
description: "Learn how to configure a DNS Made Easy Connection for Infisical."
|
||||
---
|
||||
|
||||
Infisical supports connecting to DNS Made Easy using API key and secret key for secure access to your DNS Made Easy service.
|
||||
|
||||
## Configure API key and secret Key for Infisical
|
||||
|
||||
<Steps>
|
||||
<Step title="Generate API key and secret key">
|
||||
Navigate to your DNS Made Easy dashboard and go to **Account Information** under the **Config** top menu.
|
||||
|
||||

|
||||
|
||||
If your **API Key** and **Secret Key** are already available, proceed to step 2.
|
||||
|
||||
Otherwise, check the **Generate New API Credentials** then click the **Save** button to generate the new API credentials.
|
||||
|
||||

|
||||
|
||||
</Step>
|
||||
<Step title="Copy Your API Key and Secret Key">
|
||||
After creation, copy your API key and secret key.
|
||||
|
||||

|
||||
|
||||
<Warning>
|
||||
Keep your API key and secret key secure and do not share it.
|
||||
Anyone with access to this token can manage your DNS Made Easy resources.
|
||||
</Warning>
|
||||
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
## Setup DNS Made Easy Connection in Infisical
|
||||
|
||||
<Steps>
|
||||
<Step title="Navigate to App Connections">
|
||||
Navigate to the **App Connections** page in the desired project. 
|
||||
</Step>
|
||||
<Step title="Add Connection">
|
||||
Select the **DNS Made Easy Connection** option from the connection options
|
||||
modal. 
|
||||
</Step>
|
||||
<Step title="Input Credentials">
|
||||
Enter your DNS Made Easy API key and secret key in the provided fields and
|
||||
click **Connect to DNS Made Easy** to establish the connection. 
|
||||
</Step>
|
||||
<Step title="Connection Created">
|
||||
Your **DNS Made Easy Connection** is now available for use in your Infisical
|
||||
projects. 
|
||||
</Step>
|
||||
</Steps>
|
||||
Reference in New Issue
Block a user