nixos/vault-agent: set a longer timeout on HTTP requests to upstream
This commit is contained in:
parent
d2481b1461
commit
b0d2782369
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ in
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = with pkgs; [ glibc.bin ];
|
path = with pkgs; [ glibc.bin ];
|
||||||
|
environment.VAULT_CLIENT_TIMEOUT = "15m";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
RuntimeDirectory = "vault-agent";
|
RuntimeDirectory = "vault-agent";
|
||||||
RuntimeDirectoryMode = "0700";
|
RuntimeDirectoryMode = "0700";
|
||||||
|
|
Loading…
Reference in a new issue