Docs
Reference

Databricks secret scope

Secrets in a Databricks scope, written per key and pruned per key. Databricks never returns a value outside a cluster.

Secrets in a Databricks scope, written per key and pruned per key. Databricks never returns a value outside a cluster.

The connection

WhatThis provider
VendorDatabricks
Keydatabricks-secret-scope
Availabilityavailable. You can connect it today.
Credential penv holdsdatabricks-token
Values read backno
Activationimmediate

What it moves

DirectionWhat it does
exportWrites names and values from penv into the store.

Databricks returns no value once it holds one, so penv can write here and cannot read back.

When a written value goes live

immediate. The running app sees a new value at once.

What happens to a name that exists

DirectionPolicies you can pick
exportcreate_only, overwrite, overwrite_and_prune

How syncs work says what each one does.

How you connect

You paste a credential you already hold. penv seals it and never shows it again.

FieldLabelKindRequiredWhat it is
tokenAccess tokensecret, masked here and sealedyesA workspace access token, or an OAuth service-principal token.

What the connection asks for

Fixed when you connect, and shared by every mapping on it.

FieldLabelKindRequiredAdvancedWhat it is
workspaceHostWorkspace URLtextyesnoThe address you sign in to. Must be reachable from the internet for us to write to it.

What a mapping asks for

Answered once per environment you map.

FieldLabelKindRequiredAdvancedWhat it is
scopeNameScopetextyesnoThe scope whose secrets this environment maps onto. Pruning deletes every secret in it, including ones this sync did not write.

Permissions it needs

penv probes for these when it verifies the connection.

PermissionDirectionsBlockingWithout it
READevery directionyesPreview cannot list the scope's keys.
WRITEexportyesExport cannot write anything.