Are there best practices for managing credentials within a dagster pipeline (especially when using a scheduler)? I know Airflow has some support for this built in to the UI that essentially centralizes the credentials in a DB. didn't know if this is addressed and I missed it or if there are better ways?
n
nate
12/04/2019, 7:27 PM
hey Bradley! we don’t have any built-in support right now. we see many teams using systems like Hashicorp Vault or otherwise having their own existing secrets management systems, and so we haven’t built any secrets management directly into Dagster
b
Brad
12/04/2019, 7:28 PM
That makes sense
n
nate
12/04/2019, 7:28 PM
do you have an existing system at your company? if not, is there a preferred way you’d like to see this work?
This is by no means perfect or the house view as we are still figuring out the right integrations as Nate mentioned above, but this should give you an abstracted view of how to solve the problem (or at the very least, give you something to work with for a personal project XD)
b
Brad
12/04/2019, 7:50 PM
Awesome. Will dig through these. Thanks!
a
abhi
12/04/2019, 7:53 PM
Let me know if this works for you, if not I would love to learn more about your use case and factor it into our design when we embark on a house view