Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
HashiCorp Vault operations
v0.1.5Vault status, seal state, auth/audit/secret backends, mount listing, token & lease introspection, plus operator surface for incident response: revoke lease, revoke leases by prefix, operator step-down, emergency seal. Auth via VAULT_ADDR + VAULT_TOKEN on the runner host. Does NOT include unseal — that requires quorum and shouldn't be automated through a runner.
vault
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:601457f5da82ce6a399d65d2df39b94dfaaab42ee05dbcd303f63e8d8a66f2c3
sudo emisar pack install vault \ --hash sha256:601457f5da82ce6a399d65d2df39b94dfaaab42ee05dbcd303f63e8d8a66f2c3 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 14 total
View on GitHub-
vault list cubbyhole
-
vault lease revoke -prefix <prefix>
-
vault list sys/leases/lookup/<prefix>
-
vault audit list
-
vault auth list
-
vault secrets list
-
vault policy list
-
vault operator seal
-
vault operator step-down
-
vault policy read <name>
-
vault lease revoke <id>
-
vault operator seal-status
-
vault status
-
vault token lookup