feat(outline): grant binjovi admin on the wiki repository #718
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/outline-management-grant"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every collaborator, webhook and branch-protection create on
sean/outlineanswers
denied, and #715 did not fix it. That PR let the gate tell absentfrom denied; this is the other half — the permission to act.
Measured against the live instance
readcannot add a collaborator, a webhook or a branch protection. Themanagement grants bootstrap is what raises it to
admin— it PUTs{"permission":"admin"}for every repository in this file — andoutlinewasmissing from it.
Confirmed the operations reach execution rather than stalling: six were requeued
through
POST /api/v1/services/.../create, all accepted202, all claimed andrun, all
deniedat the Forgejo call.The Job re-runs by itself
Its ConfigMap is content-hashed:
so a new line here changes the Job's volume reference and therefore its spec, and
kustomize.toolkit.fluxcd.io/force: enabledmakes Flux delete and recreate it.This matters because the Job carries no
ttlSecondsAfterFinished— nothingelse would have brought it back. The name stays
v3because the hash alreadymoved; I verified the rendered reference rather than assuming.
Count moves 41 → 42.
tests/check.shgreen: 108 guards.https://claude.ai/code/session_01JGe4pyhQ36AhgDfPJry4d3
8f1257681ab67759ac15