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
[misc]: Factorize SetFlagsFromEnvVars and add support for CREDENTIALS_DIRECTORY
The code for setting up command flags values from environment variables
was copied in three different places, this puts the helper function in
the util package so that every component can use it.
Furthermore, it now supports reading values from files in
`$CREDENTIALS_DIRECTORY`, which allows direct integration with systemd's
`LoadCredential` mechanism (but any platform can define such a variable
and pass values as files).
0 commit comments