Let a private resource be granted to an environment - #184
Merged
Conversation
|
The latest Buf updates on your PR. Results from workflow buf-pr / buf (pull_request).
|
A sandbox workload matches no existing principal type. It carries no agent-<id> attribute -- there is no agent class behind it -- and it cannot be a group member, because groups collect users, agents, and apps. Nothing in the access model can name the engineer at a sandbox shell. An ENVIRONMENT principal resolves to every workload running that environment, agent workloads and sandboxes alike.
vitramir
force-pushed
the
private-resource-environment-principal
branch
from
August 10, 2026 03:59
22c1ec9 to
f7e7063
Compare
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.
A sandbox workload matches no existing principal type. It carries no
agent-<id>attribute — there is no agent class behind it — and it cannot be a group member, because groups collect users, agents, and apps. Nothing in the access model can name the engineer at a sandbox shell.PRIVATE_RESOURCE_ACCESS_PRINCIPAL_TYPE_ENVIRONMENTresolves to every workload running that environment, agent workloads and sandboxes alike. It backs ontoenvironment-<id>, the role attribute the Orchestrator already stamps on every workload identity and that egress rule attachments already target — so no new OpenZiti mechanism is involved.Its
principal_idis an Environment id, not an identity id — the first principal here that is a configuration resource rather than an identity — so the field comment says so.buf lintandbuf breakingagainstmainare both clean.Spec: agynio/architecture#178.