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)
Awscli 2.13 is not yet available in nixpkgs stable (it's in unstable, though, so should be in nixpkgs 23.11). Also, upgrading our nixpkgs dependency is a big task with many complications, so let's…