updating nifi databricks token for RDC platform

Enterprise applications (EA) - RDC
https://portal.azure.com/#view/Microsoft_AAD_IAM/StartboardApplicationsMenuBlade/~/AppAppsPreview --> search (rdc)

Associated Key Vaults (KV) - RDC
https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.KeyVault%2fvaults --> search rdc3-prod-kv)
See secrets:
I2-RDC-APP-PROD-client-id <<<---### should match Application ID from EA
I2-RDC-APP-PROD-client-secret <<<---### required parameter for workflow

Update token workflow:
https://adb-7423990253170059.19.azuredatabricks.net/editor/notebooks/2686750643573442?o=7423990253170059#command/1048788741816560 (Prod)
use EA and KV to look up parameters for token workflow.

Update token:
-- related KV name can be found in the config db for the related environment
select connection_password_parameter from etl_run.config_connections where data_source_system_name = 'databricks_rdc' and database_name = 'cleansed'
In the secret "nifi-databricks-token" for the related environments KV, update with value with new api token value from Prod.

Since this includes changes to the QA and Prod environments either @Snehil Gupta, @Shinji Naka or @Suhas Khot will need to approve this ticket before execution in the upper environments.

Devops Tickets:

https://dev.azure.com/wustl-i2/Planning and Administration/_workitems/edit/50108

https://dev.azure.com/wustl-i2/Planning and Administration/_workitems/edit/53267


Updated on August 7, 2025