Skip to content

[Devportal] Change devportal default port to 9543#2827

Merged
Piumal1999 merged 1 commit into
wso2:mainfrom
Piumal1999:dp-port
Jul 23, 2026
Merged

[Devportal] Change devportal default port to 9543#2827
Piumal1999 merged 1 commit into
wso2:mainfrom
Piumal1999:dp-port

Conversation

@Piumal1999

Copy link
Copy Markdown
Contributor

Purpose

$subject

Summary

Previously the devportal default port was 3000.
Changed it to 9543.
(Will be using 9000 range for all products in future)

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@Piumal1999, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 23 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: bc048f8e-44d2-4bb5-9635-5a7177ed3a12

📥 Commits

Reviewing files that changed from the base of the PR and between 5937a10 and dfb235d.

📒 Files selected for processing (57)
  • distribution/all-in-one/devportal-config.toml
  • distribution/all-in-one/docker-compose.yaml
  • docs/rest-apis/devportal/README.md
  • docs/rest-apis/devportal/api-content.md
  • docs/rest-apis/devportal/api-keys.md
  • docs/rest-apis/devportal/api-workflows.md
  • docs/rest-apis/devportal/apis.md
  • docs/rest-apis/devportal/application-keys.md
  • docs/rest-apis/devportal/applications.md
  • docs/rest-apis/devportal/key-managers.md
  • docs/rest-apis/devportal/labels.md
  • docs/rest-apis/devportal/mcp-server-content.md
  • docs/rest-apis/devportal/mcp-server-keys.md
  • docs/rest-apis/devportal/mcp-servers.md
  • docs/rest-apis/devportal/organization-content.md
  • docs/rest-apis/devportal/organizations.md
  • docs/rest-apis/devportal/subscription-plans.md
  • docs/rest-apis/devportal/subscriptions.md
  • docs/rest-apis/devportal/views.md
  • docs/rest-apis/devportal/webhook-events.md
  • docs/rest-apis/devportal/webhook-subscribers.md
  • portals/ai-workspace/distribution/README.md
  • portals/ai-workspace/docker-compose.yaml
  • portals/developer-portal/Dockerfile
  • portals/developer-portal/README.md
  • portals/developer-portal/configs/config-template.toml
  • portals/developer-portal/configs/config.toml
  • portals/developer-portal/distribution/README.md
  • portals/developer-portal/docker-compose.platform-api.yaml
  • portals/developer-portal/docker-compose.yaml
  • portals/developer-portal/docs/administer/api-token-curl.md
  • portals/developer-portal/docs/administer/asgardeo-setup.md
  • portals/developer-portal/docs/administer/design-mode.md
  • portals/developer-portal/docs/administer/key-manager-integration.md
  • portals/developer-portal/docs/administer/manage-organizations.md
  • portals/developer-portal/docs/administer/manage-views.md
  • portals/developer-portal/docs/administer/subscription-plans.md
  • portals/developer-portal/docs/administer/webhook-integration.md
  • portals/developer-portal/docs/devportal-openapi-spec-v0.9.yaml
  • portals/developer-portal/docs/introduction/quick-start.md
  • portals/developer-portal/docs/publish-apis/api-content-and-docs.md
  • portals/developer-portal/docs/publish-apis/manage-api-workflows.md
  • portals/developer-portal/docs/publish-apis/publishing-apis.md
  • portals/developer-portal/it/Makefile
  • portals/developer-portal/it/README.md
  • portals/developer-portal/it/docker-compose.test.postgres.yaml
  • portals/developer-portal/it/docker-compose.test.yaml
  • portals/developer-portal/it/rest-api/support/client.js
  • portals/developer-portal/it/rest-api/support/global-setup.js
  • portals/developer-portal/it/ui/cypress.config.js
  • portals/developer-portal/production/scripts/register_asgardeo_scopes.sh
  • portals/developer-portal/scripts/seed-samples.sh
  • portals/developer-portal/src/config/configDefaults.js
  • tests/integration-e2e/README.md
  • tests/integration-e2e/devportal-config.toml
  • tests/integration-e2e/docker-compose.yaml
  • tests/integration-e2e/suite_test.go
📝 Walkthrough

Walkthrough

The Developer Portal’s default listener and published port change from 3000 to 9543. Runtime configuration, Compose wiring, scripts, integration tests, and REST/API documentation are updated consistently while retaining environment-based overrides.

Changes

Developer Portal port migration

Layer / File(s) Summary
Runtime configuration and service wiring
distribution/..., portals/ai-workspace/..., portals/developer-portal/...
Default URLs, container mappings, health endpoints, redirects, and scripts now use port 9543.
Integration test connectivity
portals/developer-portal/it/..., tests/integration-e2e/...
Cypress, REST clients, health checks, Compose fixtures, and E2E defaults target port 9543.
Portal administration and publishing documentation
portals/developer-portal/docs/..., portals/developer-portal/README.md
Portal guides, publishing examples, and OpenAPI server URLs use the updated base URL.
REST API example URLs
docs/rest-apis/devportal/...
REST API curl examples across portal resources use localhost:9543 without changing endpoint semantics.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers: renuka-fernando, ashera96, thivindu, chamilaadhi, malinthaprasan

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description only includes Purpose and Summary, missing required sections like Goals, Approach, Tests, Security, and Documentation. Fill out the full template, especially Goals, Approach, Documentation, Automation tests, Security checks, and the remaining required sections.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly states the main change: moving the devportal default port to 9543.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@distribution/all-in-one/docker-compose.yaml`:
- Line 64: Update the Compose service configuration to resolve one port value
from APIP_DP_SERVER_PORT and use it consistently for the container environment,
the published port mapping, and the devportal URL; alternatively remove the
documented override if it is not supported. Ensure default behavior remains port
9543 when no override is provided.

In `@docs/rest-apis/devportal/mcp-server-content.md`:
- Line 257: Quote the complete curl URL containing query parameters in
docs/rest-apis/devportal/mcp-server-content.md lines 257-257 and
docs/rest-apis/devportal/organization-content.md lines 13-13, or escape each
ampersand before fileName, while preserving the existing endpoint and
parameters.

In `@portals/developer-portal/docker-compose.yaml`:
- Line 54: The Docker Compose port mapping must stay synchronized with
APIP_DP_SERVER_PORT. Update the port declaration near the existing 9543 mapping
to use the same Compose-visible variable for both host and container ports,
preserving 9543 as the default so overrides keep the portal reachable.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 53616040-42ba-4661-8459-9556e3b8ddbf

📥 Commits

Reviewing files that changed from the base of the PR and between 9fb9eaa and 5937a10.

📒 Files selected for processing (56)
  • distribution/all-in-one/devportal-config.toml
  • distribution/all-in-one/docker-compose.yaml
  • docs/rest-apis/devportal/README.md
  • docs/rest-apis/devportal/api-content.md
  • docs/rest-apis/devportal/api-keys.md
  • docs/rest-apis/devportal/api-workflows.md
  • docs/rest-apis/devportal/apis.md
  • docs/rest-apis/devportal/application-keys.md
  • docs/rest-apis/devportal/applications.md
  • docs/rest-apis/devportal/key-managers.md
  • docs/rest-apis/devportal/labels.md
  • docs/rest-apis/devportal/mcp-server-content.md
  • docs/rest-apis/devportal/mcp-server-keys.md
  • docs/rest-apis/devportal/mcp-servers.md
  • docs/rest-apis/devportal/organization-content.md
  • docs/rest-apis/devportal/organizations.md
  • docs/rest-apis/devportal/subscription-plans.md
  • docs/rest-apis/devportal/subscriptions.md
  • docs/rest-apis/devportal/views.md
  • docs/rest-apis/devportal/webhook-events.md
  • docs/rest-apis/devportal/webhook-subscribers.md
  • portals/ai-workspace/distribution/README.md
  • portals/ai-workspace/docker-compose.yaml
  • portals/developer-portal/README.md
  • portals/developer-portal/configs/config-template.toml
  • portals/developer-portal/configs/config.toml
  • portals/developer-portal/distribution/README.md
  • portals/developer-portal/docker-compose.platform-api.yaml
  • portals/developer-portal/docker-compose.yaml
  • portals/developer-portal/docs/administer/api-token-curl.md
  • portals/developer-portal/docs/administer/asgardeo-setup.md
  • portals/developer-portal/docs/administer/design-mode.md
  • portals/developer-portal/docs/administer/key-manager-integration.md
  • portals/developer-portal/docs/administer/manage-organizations.md
  • portals/developer-portal/docs/administer/manage-views.md
  • portals/developer-portal/docs/administer/subscription-plans.md
  • portals/developer-portal/docs/administer/webhook-integration.md
  • portals/developer-portal/docs/devportal-openapi-spec-v0.9.yaml
  • portals/developer-portal/docs/introduction/quick-start.md
  • portals/developer-portal/docs/publish-apis/api-content-and-docs.md
  • portals/developer-portal/docs/publish-apis/manage-api-workflows.md
  • portals/developer-portal/docs/publish-apis/publishing-apis.md
  • portals/developer-portal/it/Makefile
  • portals/developer-portal/it/README.md
  • portals/developer-portal/it/docker-compose.test.postgres.yaml
  • portals/developer-portal/it/docker-compose.test.yaml
  • portals/developer-portal/it/rest-api/support/client.js
  • portals/developer-portal/it/rest-api/support/global-setup.js
  • portals/developer-portal/it/ui/cypress.config.js
  • portals/developer-portal/production/scripts/register_asgardeo_scopes.sh
  • portals/developer-portal/scripts/seed-samples.sh
  • portals/developer-portal/src/config/configDefaults.js
  • tests/integration-e2e/README.md
  • tests/integration-e2e/devportal-config.toml
  • tests/integration-e2e/docker-compose.yaml
  • tests/integration-e2e/suite_test.go

Comment thread distribution/all-in-one/docker-compose.yaml Outdated
Comment thread docs/rest-apis/devportal/mcp-server-content.md
Comment thread portals/developer-portal/docker-compose.yaml Outdated
@Piumal1999
Piumal1999 merged commit 5d9bb34 into wso2:main Jul 23, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants