--- # Mints an arrproxy API key for the mediamark kids-content marking UI, scoped to # Sonarr and Radarr only (no Prowlarr: mediamark never touches indexers). # # mediamark only lists series/movies and reads metadata + artwork, so its key is # read-only in intent. The engine role cannot express that today: an # arrstack_secret_backend_role carries apps/ttl/max_ttl only, and arrproxy scopes # machine tokens by app, not by HTTP method (the GET/HEAD restriction on the # cheeztv/kids tier is a grant on an OIDC *group*, not on a minted token). Until # the engine and arrproxy grow per-token method scoping, mediamark's read-only # posture is enforced by the app itself and by the arrproxy tier it routes to. apps: - radarr - sonarr ttl: 60 # seconds (1m); short-lived by design, renewed on demand max_ttl: 86400 # seconds (24h); the engine additionally caps renewal at the # arrproxy admin token's fixed mint expiry.