[doc](fe) Add Ranger-Hive authorization guide - #4055
Open
seawinde wants to merge 1 commit into
Open
Conversation
### What problem does this PR solve?
Issue Number: N/A
Related PR: N/A
Problem Summary: Apache Doris did not have a complete public guide for applying Ranger Hive policies to Hive Catalogs. Add Current and 4.x guides in English and Chinese, including authorization boundaries, runnable configuration, Kerberos and HTTPS setup, policy mapping, and troubleshooting. Add both pages to the authorization sidebar and clarify the existing Ranger-Doris page title.
### Release note
Added English and Chinese Ranger-Hive authorization guides for Current and 4.x documentation.
### Check List (For Author)
- Test: Manual test
- Validated shell and XML examples, documentation governance checks, and English and Chinese Docusaurus builds.
- Behavior changed: No
- Does this need documentation: Yes
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 problem does this PR solve?
Issue Number: N/A
Related PR: N/A
Problem Summary:
Apache Doris did not have a complete public guide for applying Ranger Hive policies to Hive Catalogs. Users could not reliably distinguish the Ranger plugin service type from the Ranger WebUI Service Name, and Kerberos-enabled Ranger Admin deployments lacked an end-to-end configuration and troubleshooting procedure.
This PR adds Current and 4.x Ranger-Hive authorization guides in English and Chinese. The guides cover authorization boundaries, runnable configuration, permission mapping, row filtering, data masking, Kerberos/SPNEGO policy download, HTTPS trust configuration, multiple Catalog constraints, and troubleshooting. The pages are added under System Administration > Security and Authentication > Authorization, and the existing Ranger page is labeled Ranger-Doris for clarity.
The guide is limited to Current and 4.x because earlier active documentation versions do not support the Ranger-Hive Access Controller described here.
Release note
Added English and Chinese Ranger-Hive authorization guides for Current and 4.x documentation.
Check List (For Author)
Manual validation:
Parsed all XML examples.
Validated all shell examples with
bash -n.Ran changed-document link, feature, i18n sync, and lint checks.
Built the English and Chinese Docusaurus documentation sites.
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)