mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
64 lines
2.8 KiB
Plaintext
64 lines
2.8 KiB
Plaintext
---
|
|
title: "Databricks Connection"
|
|
description: "Learn how to configure a Databricks Connection for Infisical."
|
|
---
|
|
|
|
Infisical supports the use of [service principals](https://docs.databricks.com/en/admin/users-groups/service-principals.html) to connect with your Databricks workspaces.
|
|
|
|
## Configure a Service Principal for Infisical
|
|
|
|
<Steps>
|
|
<Step title="Databricks Workspace Settings">
|
|
Navigate to your Databricks Workspace **Settings** via the dropdown in the top right.
|
|

|
|
</Step>
|
|
<Step title="Manage Service Principals">
|
|
Under the **Identity & Access** tab, click the **Manage** button in the **Service Principals** section.
|
|
|
|

|
|
</Step>
|
|
<Step title="Service Principal Management">
|
|
Click the **Add Service Principal** button.
|
|
|
|

|
|
</Step>
|
|
<Step title="Add Service Principal">
|
|
Select the **Add New** option and create a service principal for Infisical.
|
|
|
|

|
|
</Step>
|
|
<Step title="Generate Service Principal Secret">
|
|
Click on your new service principal, select the **Secrets** tab and click the **Generate Secret** button.
|
|
|
|

|
|
</Step>
|
|
<Step title="Service Principal Secret">
|
|
Copy your service principal **Secret** and **Client ID** for use in the following steps.
|
|
|
|

|
|
</Step>
|
|
</Steps>
|
|
|
|
## Setup Databricks 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 **Databricks Connection** option from the connection options modal.
|
|

|
|
</Step>
|
|
<Step title="Authorize Connection">
|
|
Select the **Service Principal** method, add your **workspace URL** and **service principal credentials**, then click **Connect to
|
|
Databricks**. 
|
|
</Step>
|
|
<Step title="Connection Created">
|
|
Your **Databricks Connection** is now available for use. 
|
|
</Step>
|
|
</Steps>
|