Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
HashiCorp Vault operations
v0.1.3Vault 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.
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:d044f811694a1848761afe8a9ed5544ad48b2a0e830acc9914703bc514fd771b
sudo emisar pack install vault \ --hash sha256:d044f811694a1848761afe8a9ed5544ad48b2a0e830acc9914703bc514fd771b \ --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