-
Notifications
You must be signed in to change notification settings - Fork 0
[Quality] Bind gateway bootstrap API and public documentation #223
Copy link
Copy link
Open
Labels
area: authAuthentication, authorization, identity, or tenant isolationAuthentication, authorization, identity, or tenant isolationarea: ci-cdCI, GitHub Actions, checks, release, or supply chainCI, GitHub Actions, checks, release, or supply chainarea: dependenciesDependency or lockfile maintenanceDependency or lockfile maintenancearea: securitySecurity boundary, hardening, or vulnerability preventionSecurity boundary, hardening, or vulnerability preventiondocumentationImprovements or additions to documentationImprovements or additions to documentationpriority: mediumNormal-priority or P2 workNormal-priority or P2 workstatus: triagedOpen issue has an organization taxonomy assignmentOpen issue has an organization taxonomy assignmenttype: docsDocumentation, ADR, PRD, or technical writingDocumentation, ADR, PRD, or technical writing
Description
Activity
Metadata
Metadata
Assignees
Labels
area: authAuthentication, authorization, identity, or tenant isolationAuthentication, authorization, identity, or tenant isolationarea: ci-cdCI, GitHub Actions, checks, release, or supply chainCI, GitHub Actions, checks, release, or supply chainarea: dependenciesDependency or lockfile maintenanceDependency or lockfile maintenancearea: securitySecurity boundary, hardening, or vulnerability preventionSecurity boundary, hardening, or vulnerability preventiondocumentationImprovements or additions to documentationImprovements or additions to documentationpriority: mediumNormal-priority or P2 workNormal-priority or P2 workstatus: triagedOpen issue has an organization taxonomy assignmentOpen issue has an organization taxonomy assignmenttype: docsDocumentation, ADR, PRD, or technical writingDocumentation, ADR, PRD, or technical writing
Quality / acquisition gap
Protected
develop@622e5e6c3d534f230c390f10e3832efadfc01825contains an independently runnableZuulGatewayApplicationbootstrap class with@SpringBootApplicationand@EnableDiscoveryClient, but the public class andmain(String[])entry point have no beginner-readable Javadoc. The gateway module has behavioral security tests in active PR #142, but protected source has no focused bootstrap contract analogous to the existing bounded Eureka/Config Server bootstrap work.This issue is intentionally path-disjoint from #142. It must not alter gateway authentication, routing,
application.yml,pom.xml, identity-provider configuration, or security dependencies.RCA
TDD / acceptance
@SpringBootApplication,@EnableDiscoveryClient, and a public-staticmain(String[])entry point.argsrepresents.SpringApplication.run(...)behavior.