Skip to content

docs(skill): document env-global / admin-only object visibility posture (objectstack-data) - #2403

Merged
os-zhuang merged 1 commit into
mainfrom
docs-data-skill-visibility-posture
Jun 27, 2026
Merged

docs(skill): document env-global / admin-only object visibility posture (objectstack-data)#2403
os-zhuang merged 1 commit into
mainfrom
docs-data-skill-visibility-posture

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

Docs-only. Follow-up to cloud#551.

The objectstack-data skill covered tenancy modes + RLS but not the non-obvious interaction that the SSO list-visibility fix hinged on (I reverse-engineered it across several reboots): a platform admin's viewAllRecords superuser bypass is posture-gated — it only fires for access.default:'private' or tenancy.enabled:false objects, so env-global adapter-written objects (e.g. sys_sso_provider, whose rows never get an organization_id stamp) render an empty list under member_default's wildcard tenant_isolation RLS.

Adds the correct recipe (tenancy.enabled:false + requiredPermissions) and calls out the two single-flag pitfalls (member leak / admin-blind).

🤖 Generated with Claude Code

…re (objectstack-data)
The objectstack-data skill documented tenancy modes + RLS but not the
non-obvious interaction surfaced by cloud#551: a platform admin's viewAllRecords
superuser bypass is posture-gated (only fires for access.default:'private' or
tenancy.enabled:false), so env-global adapter-written objects (e.g.
sys_sso_provider) render an empty list under member_default's wildcard
tenant_isolation. Documents the correct recipe — tenancy.enabled:false +
requiredPermissions — and the two single-flag pitfalls (leak / admin-blind).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercelBot commented Jun 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentJun 27, 2026 6:44pm

Request Review

@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation size/s labels Jun 27, 2026
@os-zhuang
os-zhuang merged commit a053fd6 into mainJun 27, 2026
15 checks passed
@os-zhuang
os-zhuang deleted the docs-data-skill-visibility-posture branch June 27, 2026 18:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentationsize/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@os-zhuang