Store secrets in Data Pipeline Hub (AWS)
Learn how to store the secrets in the Data Pipeline Hub for AWS.
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:
{ "AWS":
{ "awsAccessKey": "<Access Key ID>",
"awsSecretKey": "<Secret Access Key>"
},
"Databricks":
{ "token":"<serviceprincipalstoken>"
}
}awsAccessKey and awsSecretKey are not required when you're using a role for authentication, to access the Staging bucket.For more details, see the API reference.