普通的http一般都带有鉴权的,Triple X 南北向流量如何做鉴权
- Dominant language
- CSS
- Stars
- 491
- Forks
- 809
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 6
Description
@DubboService
public class UserServiceImpl implements UserService {
// 处理东西向请求
}
// Triple X 也支持南北向流量处理
@DubboService
public class OrderService {
@GetMapping("/order/{orderId}")
public Order getOrderById(@PathVariable("orderId") String orderId) {}
}
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the UserServiceImpl and OrderService examples in the issue and determine how authentication is expected to work for Triple X north-south traffic. Review the existing Dubbo website documentation for related Triple X or authentication guidance; the work is done when the supported authentication flow and its application to these examples are documented clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, authentication, documentation
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100