https://prefect.io logo
j

Jan Domanski

05/21/2022, 6:43 PM
Hi there what’s the best practice for passing database parameters into the prefect flows? I have a flow that I want to connect to different DBs (alpha/beta/prod), should I just use the Parameter mechanism for this?
k

Kevin Kho

05/21/2022, 6:44 PM
Parameter would work and then you load the appropriate secret from your secret store maybe?
j

Jan Domanski

05/21/2022, 6:45 PM
Yeah, understood - yes, that’d be appropriate, thank you!
The flows run on an EC2 instance that will have permissions to decrypt and voila
4 Views