New comment by Goorzhel on void-packages repository https://github.com/void-linux/void-packages/pull/28200#issuecomment-766511811 Comment: CLI seems to work okay: ``` $ ./xbps-src pkg vault && xi vault <...> vault-1.6.1_1: updating to 1.6.1_2 ... <...> $ sudo sv start vault ok: run: vault: (pid 19733) 1s $ vault --version Vault v1.6.1 (6d2db3f033e02e70202bef9ec896360062b88b03) (cgo) $ vault operator unseal <...> $ vault login Token (will be hidden): Success! You are now authenticated. The token information displayed below is already stored in the token helper. You do NOT need to run "vault login" again. Future Vault requests will automatically use this token. <...> $ vault secrets list | sed -E 's/_[a-z0-9]+/_<...>/' Path Type Accessor Description ---- ---- -------- ----------- cubbyhole/ cubbyhole cubbyhole_<...> per-token private secret storage identity/ identity identity_<...> identity store secret/ kv kv_<...> n/a sys/ system system_<...> system endpoints used for control, policy and debugging ```