Fix Loki plaintext Garage S3 + rclone flatpak glob #2

Merged
founder merged 1 commit from codex/fix-loki-garage-and-rclone into main 2026-07-18 08:11:49 +00:00
Owner

Loki crash-looped since the KSE-0177 Garage cutover (HTTPS AWS client vs plaintext-HTTP Garage on 127.0.0.1:3900), taking down the whole log plane. Derive insecure from the endpoint scheme; also set reject_old_samples: false so shippers can replay backlogs after an outage. Fix the rclone flatpak install glob that failed Build (Linux).

Verified live: Loki now active + ready, store-release + 1Password-events shippers drained clean. This deploy makes the runtime hotfix durable.

🤖 Generated with Claude Code

Loki crash-looped since the KSE-0177 Garage cutover (HTTPS AWS client vs plaintext-HTTP Garage on 127.0.0.1:3900), taking down the whole log plane. Derive `insecure` from the endpoint scheme; also set `reject_old_samples: false` so shippers can replay backlogs after an outage. Fix the rclone flatpak install glob that failed Build (Linux). Verified live: Loki now active + ready, store-release + 1Password-events shippers drained clean. This deploy makes the runtime hotfix durable. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
fix: Loki plaintext Garage S3 + rclone flatpak install glob
Some checks failed
Build: Linux / Build (keystore-forge x86_64) (pull_request) Has been cancelled
Build: Linux / Build (Linux x86_64) (pull_request) Has been cancelled
e34fc9f2c9
Loki was crash-looping since the KSE-0177 Garage cutover: its AWS S3 client
defaulted to HTTPS against the plaintext-HTTP Garage endpoint on
127.0.0.1:3900 ("server gave HTTP response to HTTPS client"), so the
compactor failed to init and took the whole log plane down (store-release,
fly-logs, 1Password-events shippers all push to a dead Loki). Derive
insecure from the endpoint scheme so a http:// endpoint disables TLS.

Also stop rejecting old samples at ingest: shippers replay backlogs after a
Loki outage, and reject_old_samples wedged the 1Password shipper permanently
on entries older than the retention window.

Fix the rclone flatpak module: flatpak-builder archive sources strip the
leading path component, so the install glob rclone-v1.74.3-linux-*/rclone
never matched ("cannot stat"), failing Build (Linux) in build-release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
founder force-pushed codex/fix-loki-garage-and-rclone from e34fc9f2c9
Some checks failed
Build: Linux / Build (keystore-forge x86_64) (pull_request) Has been cancelled
Build: Linux / Build (Linux x86_64) (pull_request) Has been cancelled
to 3e52501e3e
Some checks failed
Release: If Needed / Check (Release Needed) (push) Successful in 5s
Deploy: API / Deploy (API) (push) Successful in 3m9s
Deploy: Web / Deploy (Web) (push) Successful in 6m23s
Build: Linux / Build (Linux x86_64) (pull_request) Failing after 10m56s
Build: Linux / Build (keystore-forge x86_64) (pull_request) Has been skipped
Build: Linux / Build (Linux x86_64) (push) Failing after 15m5s
Build: Linux / Build (keystore-forge x86_64) (push) Has been skipped
2026-07-18 08:11:48 +00:00
Compare
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
key-store/key.store!2
No description provided.