Hi!
Using dbt Cloud with Team license.
A project should have different development and production database credentials.
But a developer can go to the production environment and see production database credentials.
My question is: is there a way to avoid that, and protect/hide the production credentials?
What credentials do you mean? It’s not possible to view the password for a database after initial setup.
Hi Joel,
do you have an example on how to call, e.g.: AWS, secrets from dbt and retrieve credentials into local variables?
What I need is a best practice (or pointers) on how to retrieve securely credentials from a vault provider.
Thanks
Hernan
@fernando.amaral , have you found a solution for managing clear text credentials securely? Thanks