I've got a few pipelines drawing secrets and data using env variables such as my SSH_AUTH_SOCK or an AuthToken.
I was reading through some dagger modules and for username and passwords it seems that using m cmd line flags is the default (CF this example : https://daggerverse.dev/mod/github.com/vbehar/daggerverse/artifactory@835c165c8c90063c8e99dd7453ad504f5bdf6684)
But how would i achieve the same for my SSH socket ? is env vars still the default or do you have other best practices ?
Find modules built by the Dagger community, or publish your own.