feat(client): add Sentinel rule administration - #9
Draft
enkerewpo wants to merge 2 commits into
Draft
Conversation
Add an administrator-only typed rule editor, discover the robot-local Sentinel provider through Atlas, authenticate management calls with the Keystone session, and make the checked-in Python binding reproducible from its source proto. Assisted-by: Codex:gpt-5.6
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.
What changed
sentinelprovider through Atlas and authenticate management calls with the current Keystone sessionWhy
This is the minimum Client surface for the Keystone/Sentinel demo: robot administrators can manage policy while ordinary users cannot see or call the management surface.
Backend dependency
feat/keystone-accounts, matching the authenticated account/session API it consumesValidation
PYTHONPATH=src python -m unittest discover -s tests -v(28/28)PYTHONPATH=src mypy --ignore-missing-imports src/robonix_client/app.py src/robonix_client/transport.pynode --check src/robonix_client/static/app.jsbash -n scripts/generate_sentinel_proto.shsentinel_pb2.pyis byte-identical, SHA-256e1c1541c83dd2c214f4b0520ea4cb731a46b3a06cc6256413b82433bdb13b0ccsentinel.protoandsentinel_pb2.pygit diff --checkBlack is not configured or enforced by this branch; existing modified Python formatting was left unchanged to avoid an unrelated rewrite.