Databricks Authentication Token With Hostname
Description
General
- Documentation: https://docs.databricks.com/dev-tools/api/index.html
- Summary: The Databricks REST API supports services to manage workspaces, DBFS, clusters, instance pools, jobs, libraries, users and groups, tokens, and MLflow experiments and models. This detector finds a personal token combined with a hostname. These can be used to authenticate requests. Note that another detector is available to catch a Databricks API key alone.
Details for Databricks Authentication Token With Hostname
-
Family: token
-
Category: other
-
Company: Databricks
-
High recall: True
-
Validity check available: True
-
Analyzer available: False
-
Revoker available: True
-
On-premise instances exist: False
-
Only valid secrets raise an alert: False
-
Occurrences found for one million commits: 0.55
-
Prefixed: True
Revoker
Auth Credentials
Valid credentials needed to authenticate the request. No extra credentials needed for this revoker.
HTTP Calls
List of calls performed by the revoker.
- POST: /api/2.0/token/delete
Revocation Mode
Revocation is asynchronous.