Skip to content

docs: add Doris fine-grained access control guide - #161

Merged
FreeOnePlus merged 1 commit into
apache:masterfrom
FreeOnePlus:docs/issue-82-fine-grained-permissions
Jul 30, 2026
Merged

docs: add Doris fine-grained access control guide#161
FreeOnePlus merged 1 commit into
apache:masterfrom
FreeOnePlus:docs/issue-82-fine-grained-permissions

Conversation

@FreeOnePlus

Copy link
Copy Markdown
Member

Summary

  • document the MCP control-plane versus Doris data-plane authorization boundary
  • add executable table, column, and Row Policy examples with safe rollback steps
  • explain which MCP identity routes preserve per-user Doris RBAC
  • add English and Simplified Chinese entry points plus a documentation contract test

Validation

  • uv run pytest -q -W error (1106 passed, 69 skipped, coverage 58.46%)
  • uv run ruff check .
  • uv run mypy doris_mcp_server
  • uv run bandit -q -c pyproject.toml -r doris_mcp_server
  • real Apache Doris 4.0.5: column allow/deny, SELECT * denial, east-only Row Policy, policy inspection, and cleanup all verified with temporary objects

Fixes #82

@FreeOnePlus
FreeOnePlus merged commit a7c2dcb into apache:master Jul 30, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

如何配置行字段和行的权限控制?

1 participant