[Question] How can we configure it to isolate requests from accessing these internal interfaces of shenyu-bootstrap?
- Dominant language
- Java
- Stars
- 8.8k
- Forks
- 3.1k
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 85
Description
### Question
As the entry point for traffic following load balancing, the Shenyu gateway directs all subdomains directly to shenyu-bootstrap. However, some API interfaces in shenyu-bootstrap are unauthenticated and can be accessed directly via domain + URI, such as /actuator, /actuator/env, etc. How can we configure it to isolate requests from accessing these internal interfaces of shenyu-bootstrap?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the shenyu-bootstrap entry point and the exposed /actuator and /actuator/env paths, then trace how direct domain routing and access controls are configured. Confirm the supported configuration for isolating these internal interfaces and verify that unauthenticated direct requests are blocked without affecting gateway traffic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100