Conversation
webchang
pushed a commit
that referenced
this pull request
Apr 28, 2026
Replace all references to kagenti.io/inject: enabled as the injection trigger with the current model: kagenti.io/type: agent triggers injection by default; kagenti.io/inject: disabled to opt out. Changes across the document: - Summary/Abstract, Architecture at a Glance, Two-Layer diagram - Background (Prior Proposals, Key Disagreements table) - User Stories, Goals, Non-Goals - Labels table and section (single label model, opt-out pattern, updated YAML example, rewritten ownership rationale) - Cardinality scenarios table (added opt-out row) - Webhook objectSelector YAML (type:agent + inject:disabled exclusion) - Webhook decision logic tree, behavior steps, note - Migration YAML example - Pattern comparison table - Pros/Cons (#1 in each updated) - Open Question rossoctl#4 (type-label-trigger vs CR-trigger) - Long-Term section item 2 and migration table Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: cwiklik <cwiklikj@gmail.com>
webchang
pushed a commit
that referenced
this pull request
May 9, 2026
Add tenant isolation tests covering MVP criteria rossoctl#6-8: - Auth isolation: JWT audience-based rejection across tenants - RBAC isolation: ServiceAccount namespace scoping validation - Credential isolation: provider secret and ConfigMap separation Add sandbox connectivity tests for MVP criterion rossoctl#2: - Gateway pod/service/port-forward reachability - kubectl exec into sandbox pods (interactive session capability) Tag existing tests (sandbox lifecycle #1, OPA enforcement rossoctl#3, credential security rossoctl#4) with the `mvp` marker for filtered runs. Register `mvp` pytest marker in conftest.py. Closes rossoctl#1362 Deferred criteria tracked in rossoctl#1479 Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
webchang
pushed a commit
that referenced
this pull request
May 9, 2026
…titenant-1362 feat(test): multi-tenant E2E tests — MVP validation criteria #1-4, rossoctl#6-8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update forked main