-
Notifications
You must be signed in to change notification settings - Fork 153
Add "Secrets" to DAB Resources #3689
Copy link
Copy link
Open
Labels
Description
Describe the issue
Support creating Secrets using the Asset Bundles under a given secret scope.
Use Case
We have autonomous teams that provide data products on our platform. Each team uses DAB for this and creates its own schema, volume for raw data and so on, using the DAB.
The team also has their own secrets they use to connect to data sources, that are not cloud storages (using volumes for this). It would be great if the team could manage the secrets completely in the asset bundles (secret values of course not stored in the yml files, but provided as an environment variable).
Databricks Terraform, CLI and Rest API already provide the functionality, would be nice to have it in yml/Bundles as well.
Reactions are currently unavailable