Windmill Connection
Learn how to configure a Windmill Connection for Infisical.
Infisical supports connecting to Windmill using an Access Token to securely sync your secrets to Windmill.
Get a Windmill Access Token
Ensure the user generating the access token has the required role and permissions based on your use-case:
The user generating the access token should be at least a Developer
in the configured workspace and have write
permissions for the workspace path secrets will be synced to.
The user generating the access token should be at least a Developer
in the configured workspace and have write
permissions for the workspace path secrets will be synced to.
Navigate to Account Settings
In Windmill, click on your user in the sidebar and select Account Settings.
Access Token Section
In the Tokens section on the drawer, click Create token.
Create Access Token
Give your token a name and click New token.
If you configure an expiry date for your access token, you must manually rotate to a new token before the expiration date to prevent service interruption.
Copy Access Token
Copy your new access token and save it for the steps below.
Setup Windmill Connection in Infisical
Navigate to App Connections
In your Infisical dashboard, go to Organization Settings and select the App Connections tab.
Add Connection
Click the + Add Connection button and select the Windmill Connection option.
Configure Connection
Configure your Windmill Connection using the access token generated in the steps above. Then click Connect to Windmill.
- Name: The name of the connection to be created. Must be slug-friendly.
- Description: An optional description to provide details about this connection.
- Instance URL: The URL of your Windmill instance. If you are not self-hosting Windmill you can leave this field blank.
- Access Token: The access token generated in the steps above.
Connection Created
Your Windmill Connection is now available for use.
Navigate to App Connections
In your Infisical dashboard, go to Organization Settings and select the App Connections tab.
Add Connection
Click the + Add Connection button and select the Windmill Connection option.
Configure Connection
Configure your Windmill Connection using the access token generated in the steps above. Then click Connect to Windmill.
- Name: The name of the connection to be created. Must be slug-friendly.
- Description: An optional description to provide details about this connection.
- Instance URL: The URL of your Windmill instance. If you are not self-hosting Windmill you can leave this field blank.
- Access Token: The access token generated in the steps above.
Connection Created
Your Windmill Connection is now available for use.
To create a Windmill Connection, make an API request to the Create Windmill Connection API endpoint.
Sample request
Sample response
Was this page helpful?