Home / air-gapped / skills · .claude/skills/ceph-s3/SKILL.md · GitHub

ceph-s3 skillA

ceph-s3 is agent-read markdown (skill) from air-gapped/skills: Run Ceph RGW as an S3 endpoint under Rook (CephObjectStore, CephObjectStoreUser, ObjectBucketClaim, COSI, CephBucketTopic, multisite realms/zones). Core knowledge: the 19.2.6 / 20.2.4 RGW security fixes and their fallout (SigV4 hardening rejecting presigned PUTs and RGW's own multisite forwarding; rgw_sigv4_insecure + rgw_s3_client_max_sig_ver), AWS SDK default checksums vs RGW (CRC64NVME only in Tentacle), bucket index sharding and large-omap warnings, Tentacle's two-phase reshard, RGW accounts.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# ceph-s3

Defaults read from `src/common/options/rgw.yaml.in` at v19.2.6 and v20.2.4;
Rook docs at v1.20.7 and master; tracker and ceph-users as cited. Verified
**2026-09-23**.

## 19.2.6 / 20.2.4 RGW security fixes and their fallout

| CVE | What | Fixed |
|---|---|---|
| CVE-2026-54330 | SigV4 did not check that added `x-amz-*` headers on a presigned request were signed | 19.2.6, 20.2.4 |
| CVE-2026-39944 | STS session-token fields (`is_admin`, account type) could be bit-flipped → RGW admin | 19.2.6, 20.2.4 |
| CVE-2025-30156 | CephX (cluster-wide, not RGW-only) — see rook-ceph-best-practices | 19.2.6, 20.2.4 |

The SigV4 fix breaks two things:

1. **Presigned PUTs from some clients** (restic, PHP SDKs) that send an
   unsigned `Content-Type` — rejected (tracker 79674).
   Workaround: `ceph config set client.rgw rgw_sigv4_insecure true`, until
   19.2.7 / 20.2.5.
2. **RGW multisite forwarding** (non-master zone → master, e.g. bucket
   create): `403 AccessDenied` even with every cluster patched
   (tracker 79698). `rgw_sigv4_insecure` alone does **not** fix it. Set both
   `rgw_sigv4_insecure: "true"` and `rgw_s3_client_max_sig_ver: "2"` in every
…

Read the whole file at its exact version.

How to install

Latest version
mdr add air-gapped/skills/ceph-s3@git:20260922.b895457
Exact content
mdr add air-gapped/skills/ceph-s3@sha256:7c200bda6e807016

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_lexvnip47mlyfryj.svg)](https://markdownregistry.com/a/art_lexvnip47mlyfryj)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.b895457 latest2026-09-22 b895457 6,718 BA view · diff
git:20260922.f2b5f632026-09-22 f2b5f63 6,522 BA view · diff
git:20260922.7cd165c2026-09-22 7cd165c 6,557 BA view · diff
git:20260922.2ecf55f2026-09-22 2ecf55f 6,564 BA view · diff
git:20260922.ffb08a52026-09-22 ffb08a5 6,760 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6718 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

air-gapped/skills · 5 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_lexvnip47mlyfryj
GET https://markdownregistry.com/api/v1/resolve?ref=air-gapped/skills/ceph-s3
GET https://markdownregistry.com/api/v1/blob/7c200bda6e807016c88218797a1f7d1f5a873a0fb21f6286314ba8cc6d2e380e

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from air-gapped/skills

aiperf skill
air-gapped/skills · .claude/skills/aiperf/SKILL.md · NVIDIA AIPerf — vendor-neutral generative-AI inference benchmarking (genai-perf successor). Covers `aiperf profile`…
git:20260922.5e8f509 · audit A · 5 stars
airgap-vetting skill
air-gapped/skills · .claude/skills/airgap-vetting/SKILL.md · Vet an open-source product for air-gap readiness BEFORE adoption. Answers eight questions — telemetry…
git:20260818.24be5bd · audit A · 5 stars
analytical-troubleshooting skill
air-gapped/skills · .claude/skills/analytical-troubleshooting/SKILL.md · Structured live troubleshooting for deviation problems: something worked (or should work) and now doesn't, and the…
git:20260809.f9d58a3 · audit A · 5 stars
ansible-idrac-9-10 skill
air-gapped/skills · .claude/skills/ansible-idrac-9-10/SKILL.md · Run and debug `dellemc.openmanage` Ansible playbooks against Dell PowerEdge **iDRAC 9** (14G–16G) and **iDRAC 10** (17G…
git:20260721.5a44ce1 · audit A · 5 stars
argo-cd-apps skill
air-gapped/skills · .claude/skills/argo-cd-apps/SKILL.md · Author and maintain Argo CD `Application` and `ApplicationSet` manifests as a GitOps consumer (publisher), targeting…
git:20260915.a89bdff · audit A · 5 stars
autoresearch skill
air-gapped/skills · .claude/skills/autoresearch/SKILL.md · Autonomous experiment loops that hill-climb a measurable metric — apply one change, measure, keep it only if the number…
git:20260822.e2384e1 · audit A · 5 stars
baml-expert skill
air-gapped/skills · .claude/skills/baml-expert/SKILL.md · BAML (Boundary ML) expert for projects defining LLM calls as typed functions in .baml files with a generated Python…
git:20260721.60e9904 · audit A · 5 stars
ceph-performance skill
air-gapped/skills · .claude/skills/ceph-performance/SKILL.md · Tune and benchmark a healthy Ceph cluster, with Rook-on-Kubernetes specifics: mClock profiles and the NVMe…
git:20260922.6f1744d · audit A · 5 stars
ceph-troubleshooting skill
air-gapped/skills · .claude/skills/ceph-troubleshooting/SKILL.md · Diagnose and recover an unhealthy Ceph cluster, with Rook-on-Kubernetes specifics: slow or stuck recovery/backfill…
git:20260923.3c68991 · audit A · 5 stars
chat-completions-api skill
air-gapped/skills · .claude/skills/chat-completions-api/SKILL.md · Reference for the OpenAI Chat Completions API (/v1/chat/completions) and legacy /v1/completions as the lingua-franca…
git:20260915.4b2c275 · audit A · 5 stars
confluence-best-practices skill
air-gapped/skills · .claude/skills/confluence-best-practices/SKILL.md · Advise on USING Confluence well, not operating it: make the structural call — is this a space, a page, or a child page?…
git:20260915.2da0948 · audit A · 5 stars
gitlab-best-practices skill
air-gapped/skills · .claude/skills/gitlab-best-practices/SKILL.md · Operate self-managed GitLab on the official Helm chart — multi-hop upgrade campaigns across required stops, the…
git:20260829.822d05e · audit A · 5 stars

Every file in air-gapped/skills

Browse by kind, by grade A, or by owner.