Florian Guily
05/20/2022, 5:46 PMSecret.get()
it apparently only search for local secrets. The doc says i have to change prefect.config.use_local_secrets
to false but i can't understand how... I suppose it is in the config.toml file but as the flow has to run on an eks cluster, how can i specify this for the cluster ?Kevin Kho
PREFECT__CLOUD__USE_LOCAL_SECRETS: false
and set it in the RunConfig or have it inside the container usedFlorian Guily
05/20/2022, 5:49 PM