TT-17689: Fix httpbin port mismatch (renamed branch)#8440
Conversation
|
SentinelOne CNS Hardcoded Secret Detector SentinelOne CNS is a cloud-agnostic, agentless CSPM & CWPP solution that continuously detects and prevents vulnerabilities that have the highest probability of being exploited in Azure, AWS, Google Cloud, and Kubernetes. |
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
|
This PR standardizes the configuration of the Files Changed Analysis
Architecture & Impact Assessment
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-07-03T09:54:29.446Z | Triggered by: pr_opened | Commit: 7cd9a6b 💡 TIP: You can chat with Visor using |
Security Issues (6)
Security Issues (6)
✅ Performance Check PassedNo performance issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-07-03T09:54:07.620Z | Triggered by: pr_opened | Commit: 7cd9a6b 💡 TIP: You can chat with Visor using |
…e (5.14.0) (#8450) Reverts the httpbin test-infra migration back to the pre-migration baseline. Supersedes/Reverts: - tyk #8418 - tyk #8428 - tyk #8440 Jira: https://tyktech.atlassian.net/browse/DX-2386 Requested by: U3P2L4XNE Slack thread: https://slack.com/archives/D09SZABNLG3/p1783328328323169 - [x] No go.mod changes --------- Co-authored-by: Leonid Bugaev <[email protected]>
Problem / Task
The previous PR #8435 failed the validate check because the branch name did not contain the Jira ticket ID. This PR uses the renamed branch
TT-17689-fix-httpbin-port-release-5.14.0to pass the validate check.Requested by: U3P2L4XNE
Slack thread: https://slack.com/archives/C0ATZQCMG58/p1782915217567649
Changes
mccutchen/go-httpbinto bind to port 80 by addinguser: "root"andcommand: ["-port", "80"].Testing
docker-compose up -d httpbininci/tests/tracingandci/smoke-tests/plugin-aliasing.