vault{,bin}: 1.8.4 -> 1.9.0

https://github.com/hashicorp/vault/blob/v1.9.0/CHANGELOG.md
This commit is contained in:
Thomas Gerbet 2021-11-27 11:22:45 +01:00 committed by zowoq
parent 711ef56370
commit 1a119b223c
3 changed files with 14 additions and 10 deletions

View file

@ -64,6 +64,6 @@ import ./make-test-python.nix ({ pkgs, ... }:
machine.wait_for_unit("vault.service")
machine.wait_for_open_port(8200)
machine.succeed("vault operator init")
machine.succeed("vault status | grep Sealed | grep true")
machine.succeed("vault status || test $? -eq 2")
'';
})