Skip to main content

MinIO operations

v0.1.8

Cluster + bucket + user introspection plus operator surface (user enable/disable, bucket heal, cluster service restart). Talks to mc CLI configured via MC_HOST_<alias> env var on the runner host.

7 allowed by default 5 need approval
Pack ID
minio
Vendor
emisar
OS
linux
Actions
12
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
mc

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:782740d114f55d43b51d864e001f269f565a2d971904cb473318683f6d96d31b

on the runner host
sudo emisar pack install minio \
  --hash sha256:782740d114f55d43b51d864e001f269f565a2d971904cb473318683f6d96d31b \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 12 total

View on GitHub