You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested by Mihir Thatte, we were instructed to create an issue we see.
This short example shows that a flow parameter can be seen in the prefect webinterface. What can we do if parameters should be secret so they wont leave the on-prem system in case using prefect cloud? Is it possible to change configuration to never leak parameters?
Hey @GNSSYSTEMS-anla! Prefect doesn't encrypt or obfuscate any parameters, so I wouldn't recommend passing secret values into your flows. It depends on your use case, but I'd recommend you load secrets from your secret storage provider within your flow. You can pass in names or pointers to secrets to your flow if you need those secret values to be dynamic.
If you can share more about what types of secrets you'd like to pass into flow and where they originate from, we might be able to find other potential solutions!
Bug summary
As suggested by Mihir Thatte, we were instructed to create an issue we see.
This short example shows that a flow parameter can be seen in the prefect webinterface. What can we do if parameters should be secret so they wont leave the on-prem system in case using prefect cloud? Is it possible to change configuration to never leak parameters?
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: