mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
55 lines
2.0 KiB
Plaintext
55 lines
2.0 KiB
Plaintext
---
|
|
title: "Render Connection"
|
|
description: "Learn how to configure a Render Connection for Infisical."
|
|
---
|
|
|
|
Infisical supports connecting to Render using API keys for secure access to your Render services.
|
|
|
|
## Configure API Key for Infisical
|
|
|
|
<Steps>
|
|
<Step title="Access Account Settings">
|
|
Navigate to your Render dashboard and click on **Account Settings** in the
|
|
top right corner. 
|
|
</Step>
|
|
<Step title="Generate API Key">
|
|
In the Account Settings page, scroll down to the **API Keys** section and
|
|
click **Create API Key**. 
|
|
</Step>
|
|
<Step title="Name Your API Key">
|
|
Enter a descriptive name for your API key (e.g., "production")
|
|
and click **Create API Key**. 
|
|
</Step>
|
|
<Step title="Save Your API Key">
|
|
After creation, you'll be shown your API key. Make sure to copy and securely
|
|
store this key as it will not be shown again.
|
|
</Step>
|
|
</Steps>
|
|
|
|
## Setup Render 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 **Render Connection** option from the connection options modal.
|
|

|
|
</Step>
|
|
<Step title="Input API Key">
|
|
Enter your Render API key in the provided field and click **Connect to
|
|
Render** to establish the connection. 
|
|
</Step>
|
|
<Step title="Connection Created">
|
|
Your **Render Connection** is now available for use in your Infisical
|
|
projects. 
|
|
</Step>
|
|
</Steps>
|