Feature/api gateway#2
Open
paulopacifico wants to merge 28 commits intomainfrom
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…lts, guard JWT_SECRET in Helm
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…se public path check
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- flushDb().block() gains a 5-second timeout to prevent CI hangs - Rate-limit test sends 5 requests instead of exact burst+1 to eliminate timing flakiness on slow CI hosts - Move @EnableConfigurationProperties(JwtProperties.class) from RateLimiterConfig to GatewayServiceApplication (canonical location)
Adds a complete Helm chart for the gateway-service mirroring the order-service and inventory-service structure. Includes ConfigMap with REDIS_HOST, REDIS_PORT, SPRING_DATA_REDIS_HOST, SPRING_DATA_REDIS_PORT, and wires JWT_SECRET from the pre-existing `gateway-jwt-secret` K8s secret via secretKeyRef in the Deployment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ys, split health probes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…pring context @testcontainers + @container starts the container in TestcontainersExtension.beforeAll, which runs AFTER SpringExtension.beforeAll (because @SpringBootTest is listed first). Spring's LettuceConnectionFactory reads spring.data.redis.host from @DynamicPropertySource during context initialization, calling redis.getHost() while the container is not yet started — throwing IllegalStateException. Matches the pattern used in AbstractIntegrationTest (order-service) where containers are started in a static block, guaranteeing they are ready before @DynamicPropertySource suppliers are evaluated. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
No description provided.