Prerequisite: Follow instructions provided to setup lakehouse infrastructure resources
TODO: provide link to confluence page with detailed infrastructure requirements and setup
...
2. In the same region as the rest of the resources, create a secret in Secret Manager with the name 'bplm-credentials
' and add the key value pairs below ( example given as plain text JSON entry )
Code Block |
---|
{
"storage-access-key":"<>",
"storage-secret-key":"<>",
"service-account-username":"<databricks service account name>",
"service-account-password":"<>",
"mssql-password":"<sql admin password>",
"application-encryption-secret":"<>"
} |
...
docker-compose.yml, .env, setup.sh, and start.sh
TODO: setup download for these files and provide link
...