docs(rfc): add Policy Provider subsystem (RFC 0005)#1715
Closed
dvavili wants to merge 1 commit into
Closed
Conversation
Signed-off-by: Divya Vavili <dvavili@nvidia.com>
|
Thank you for your interest in contributing to OpenShell, @dvavili. This project uses a vouch system for first-time contributors. Before submitting a pull request, you need to be vouched by a maintainer. To get vouched:
See CONTRIBUTING.md for details. |
|
Thank you for your submission! We ask that you sign our Developer Certificate of Origin before we can accept your contribution. You can sign the DCO by adding a comment below using this text: I have read the DCO document and I hereby sign the DCO. You can retrigger this bot by commenting recheck in this Pull Request. Posted by the DCO Assistant Lite bot. |
Author
|
I have read the DCO document and I hereby sign the DCO. |
Author
|
recheck |
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.
Summary
Proposes a first-class, pluggable Policy Provider subsystem on the gateway, following the same driver model OpenShell already uses for compute, credentials, and identity (RFC 0001): a
type =selector with two drivers —local(today's built-in store-backed path, the default) andexternal(policy sourced from a separate provider process over a gRPC contract). The change is additive and opt-in; the built-in path and all downstream enforcement (supervisor, proxy/OPA, Landlock/seccomp) are unchanged. This enables deployments where the policy authority and the gateway are different parties — e.g. enterprise policy signed off-host in a separate trust domain, verified by the gateway, and independently auditable.Related Issue
Scoping issue: #1713
Changes
rfc/0005-policy-provider/README.md(state:review).0005is also claimed by open PRs RFC 0005: Platform-managed Kubernetes sandboxes #1680 and docs(rfc): dpu vm driver extension #1479 — happy to renumber per the RFC process at merge time.Testing
Docs-only RFC; no code changes.
mise run markdown:lintpasses (0 errors)Checklist
architecture/when implemented