Add governance policy block lists and policy actions - #1253
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Adds administrator-friendly governance block lists and delegated policy actions for feature, MCP, model endpoint, and action governance scenarios.
Validation
git diff --checknode --check application\single_app\static\js\admin\admin_governance.jspython -m py_compileon changed Python files.\.venv\Scripts\python.exe -m py_compileon changed Python filespython scripts\check_swagger_routes.py application\single_app\route_backend_governance.pypython functional_tests\route_tests\test_route_blueprint_policy_inventory.pypython functional_tests\route_tests\test_route_unauthenticated_policy_contract.pypython functional_tests\route_tests\test_route_policy_test_coverage.py.\.venv\Scripts\python.exe functional_tests\test_governance_activity_logging.py.\.venv\Scripts\python.exe functional_tests\test_governance_enforcement_logic.py.\.venv\Scripts\python.exe functional_tests\test_governance_route_and_wiring_coverage.py.\.venv\Scripts\python.exe functional_tests\test_inbound_mcp_governance_and_tools.py.\.venv\Scripts\python.exe functional_tests\test_mcp_destination_governance_and_preconfigurations.pypython scripts\check_broken_access_control.py --base-sha origin/Development --head-sha HEAD ...python scripts\check_xss_sinks.py --base-sha origin/Development --head-sha HEAD ...UI note:
python -m pytest ui_tests\test_admin_governance_tab.py -qand the venv equivalent were invoked locally and skipped because the local UI auth/environment state is not configured.Release notes: added under
v0.250.208.Related Issue
Fixes #1252