rpc_secret_file
, metrics_token_file
and admin_token_file
using environment variables
Reading the files specified in the _FILE
environment variables will have to happen in fill_secrets
. The return…
rpc_secret_file
, metrics_token_file
and admin_token_file
using environment variables
In the existing code, all environment variables used by the Garage CLI are declared in main.rs
in the garage
crate, here: <https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/main/src/garage…
Yes that is correct, I don't feel that it is necessary to add them for RPC communication. And it would be a bit trickier to do as it would involve modifying the netapp
crate as well.
My…
I think there is a mistake, UNIX sockets are still not supported for rpc_bind_addr
, right?
Should I also mention which version the feature was introduced in? Which version would will that…
Great work, thank you very much! Could you add relevant documentation in the reference section for the config file? (doc/book/reference-manual/configuration.md)