Store secrets in Data Pipeline Hub (Azure)
Learn how to store the secrets in the Data Pipeline Hub for Azure.
PUT {{hub-url}}/api/tenants/{{tenantID}}/adapters/{{adapterName}}/secretsWhere hub-url is of the form <env>-data-pipeline-hub.retio.com and adapterName is the name of the pipeline instance (see corresponding tile name in Console Data Pipelines). The secrets are in this format:
{ "Azure":
{ "accountKey": "<Account Key>",
"sasToken": "<SAS Token>",
"clientSecret": "<Client Secret>"
},
"Databricks":
{ "token":"<serviceprincipalstoken>"
}
}For more details, see the API reference.