Sort arrstack role apps alphabetically (#133)
ci/woodpecker/push/apply Pipeline was successful

The master apply (pipeline 202) fails with "Provider produced inconsistent result after apply": the arrstack Vault engine returns apps alphabetically sorted while the provider models apps as an ordered List, so the declared order [sonarr, radarr, prowlarr] never matches the read-back. This is an interim unblock while the provider moves apps to a Set.

- Reorders apps in config/arrstack_secret_backend_role/arrstack/all.yaml to alphabetical order to match the engine read-back

Reviewed-on: #133
Co-authored-by: unkin-agent <unkin-agent@unkin.net>
Co-committed-by: unkin-agent <unkin-agent@unkin.net>
This commit was merged in pull request #133.
This commit is contained in:
2026-08-22 23:25:44 +10:00
committed by BenVincent
parent a33fc2b42f
commit 36fbfb86bc
@@ -1,9 +1,9 @@
--- ---
# Mints an arrproxy API key scoped to all three arr apps. # Mints an arrproxy API key scoped to all three arr apps.
apps: apps:
- sonarr
- radarr
- prowlarr - prowlarr
- radarr
- sonarr
ttl: 60 # seconds (1m); short-lived by design, renewed on demand ttl: 60 # seconds (1m); short-lived by design, renewed on demand
max_ttl: 86400 # seconds (24h); the engine additionally caps renewal at the max_ttl: 86400 # seconds (24h); the engine additionally caps renewal at the
# arrproxy admin token's fixed mint expiry. # arrproxy admin token's fixed mint expiry.