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" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = with pkgs; [ glibc.bin ];
|
||||
environment.VAULT_CLIENT_TIMEOUT = "15m";
|
||||
serviceConfig = {
|
||||
RuntimeDirectory = "vault-agent";
|
||||
RuntimeDirectoryMode = "0700";
|
||||
|
|
Loading…
Reference in a new issue