Commit 8726211
authored
deps: upgrade pomerium core to pick up MCP PRM port-normalization fix (#1390)
## Summary
Bumps `github.com/pomerium/pomerium` to `b6db439128bf`, which brings in
[pomerium/pomerium#6309](pomerium/pomerium#6309)
(mcp: strip default ports when comparing PRM resource to upstream URL).
Without this, every MCP route through the ingress controller against an
HTTPS upstream defined via an `ExternalName` Service fails upstream
OAuth discovery: the controller emits an explicit `:443` (the standard
form for ExternalName services) while canonical PRM `resource` strings
omit it, and the equality check rejected the match.
## Related issues
-
[ENG-3963](https://linear.app/pomerium/issue/ENG-3963/pomerium-mcp-prm-resource-check-fails-on-default-ports-every-https)
- pomerium/pomerium#6309
## Checklist
- [x] reference any related issues
- [ ] updated docs
- [x] updated unit tests (in core)
- [ ] updated UPGRADING.md
- [x] add appropriate tag (\`bug\`)
- [ ] ready for review1 parent 89c6a67 commit 8726211
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
777 | | - | |
778 | | - | |
| 777 | + | |
| 778 | + | |
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
| |||
0 commit comments