test: exercise scaffold through Platform tenant RBAC#92
Conversation
Exact-head validation —
|
@codex review Please review exact head |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ebde265852
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Exact-head validation —
|
@codex review Please re-review exact head |
|
Codex Review: Didn't find any major issues. You're on a roll. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Why
The scaffold could pass schema, policy, and Pod Security validation while Platform's tenant reconciliation identity lacked permission for one of its eight rendered resource kinds. That drift would only surface after onboarding as a forbidden Flux reconciliation.
What changed
tenant-editrole in the existing pinned Kind user pathValidation
restricted: valid Pod admitted; 3 unsafe mutations deniedFixes #91
Part of #6