xiaojunjie opened a new pull request, #17753: URL: https://github.com/apache/doris/pull/17753
# Proposed changes Issue Number: close #15658 ## Problem summary 1. Organize http documents 2. Add http interface authentication for FE 3. Support https interface for FE 4. Provide authentication interface 5. **Add http interface authentication for BE** 6. Support https interface for BE ### Interface with authentication - [x] check_rpc_channel_action (**admin**) - [x] checksum_action (**admin**) - [x] check_tablet_segment_action (**admin**) - [x] compaction_action (**admin**) - [x] config_action (**admin**) - [ ] download_action (**already** authenticated) - [ ] health_action (**none** for monitor) - [ ] jeprofile_actions (**none** for web) - [x] meta_action (**admin**) - [x] metrics_action (**none** for prometheus) - [ ] monitor_action (_deleted_) - [x] pad_rowset_action (**admin**) - [ ] pprof_actions (**none** for web) - [x] reload_tablet_action (**admin**) - [x] reset_rpc_channel_action (**admin**) - [x] restore_tablet_action (**admin**) - [x] snapshot_action (**admin**) - [ ] stream_load_2pc (**already** authenticated) - [ ] stream_load (**already** authenticated) - [x] tablet_migration_action (**admin**) - [x] tablets_distribution_action (**admin**) - [x] tablets_info_action (**admin**) - [x] version_action (**none**) ## Checklist(Required) * [x] Does it affect the original behavior * [x] Has unit tests been added * [ ] Has document been added or modified * [ ] Does it need to update dependencies * [x] Is this PR support rollback (If NO, please explain WHY) ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
