Creating and Managing Secrets
Overview
Secrets store sensitive information such as credentials, API keys and tokens. This page documents the create form: how to reach it, the fields common to every secret, and the field matrix for each of the seven secret types. Every secret lives in one of three scopes, User, Workspace or Tenant, and each scope has its own route and breadcrumb. The form itself is the same everywhere: a Basic Details card, a Secret Details card that swaps its fields with the chosen type, and a footer holding Reset and Create. Six of the seven types offer a Validate button, and three of them add an optional Metastore dropdown.
Opening the Create Form
- Open Secrets from the tenant left navigation.
- Select the scope tab you want the secret to live in, User, Workspace or Tenant.
- Click + Secret on the toolbar (or the + Secret button in the empty state).
Each scope has its own route and breadcrumb:
| Scope | Route | Breadcrumb |
|---|---|---|
| User | /tenant/<tenantId>/secrets/create-user-secret | Secrets ❯ User ❯ New user secret |
| Workspace | /tenant/<tenantId>/secrets/create-workspace-secret | Secrets ❯ Workspace ❯ New workspace secret |
| Tenant | /tenant/<tenantId>/secrets/create-tenant-secret | Secrets ❯ Tenant ❯ New tenant secret |
You can also start from a workspace: the workspace Secrets tab carries the same + Secret button and creates a workspace-scoped secret for that workspace.
Form Layout
The form has two card sections, Basic Details followed by Secret Details, and a footer bar with Reset and Create.

Basic Details
| Field | Required | Control | Placeholder / default |
|---|---|---|---|
| Secret Name | Yes | text | title_example_user_secret_1 (same placeholder on all three scopes) |
| Secret Type | Yes | dropdown | defaults to ENVIRONMENT VARIABLE |
| Workspace | Yes | dropdown | Workspace scope only — this field is absent on the User and Tenant forms |
| Description | No | textarea | Enter Description |
We mark required fields with a red asterisk. Most fields carry an info icon with a tooltip.
Secret Type Options
The Secret Type dropdown lists all seven types, in this order, at every scope:
GOOGLE SERVICE ACCOUNTAZURE SERVICE PRINCIPALAWS ACCESS SECRET KEY PAIRENVIRONMENT VARIABLE, default selectionDATABRICKS UNITY TOKENHIVE BASICHIVE KERBEROS
The overlay is scrollable, so you won't see all seven at once; five are visible at a time.
Secret Details by Type
The Secret Details card changes with the selected type. Don't paste production credentials into documentation or screenshots. The values below are the placeholders we show in the form itself.