Is there any manual token rotation process for DataBricks token management

Question

Is there any manual token rotation process for DataBricks token management

Answer

  • Tokens can be set for 720-day validation

  • Manual updates are required through the secrets endpoint.

PUT https://<environment>-data-pipeline-hub.reltio.com/api/tenants/<tenantId>/adapters/<adapter name>/secrets

Payload

{ "Azure":
    {
"clientSecret": "<client secret>" },
"Databricks": {
"token":"<serviceprincipalstoken>" <<<==== <Databricks token >
}

}

 

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.