Kong Gateway Enterprise [ARCHIVE]
1.3-x
PermalinkHow To Enable the Dev Portal
PermalinkStep 1 - Enable Dev Portal in the Kong Configuration
To enable the Dev Portal, the following properties must be set in the Kong
configuration file (kong.conf
):
portal = on
Kong Enterprise must be restarted for this value to take effect.
PermalinkStep 2 - Enable the default Workspace Dev Portal
To enable the default Workspace’s Dev Portal via Kong Manager:
- Navigate to the default Workspace in Kong Manager
- Click the Settings link under Dev Portal
- Toggle the Dev Portal Switch
It may take a few seconds for the Settings page to populate.
To enable the default Workspace’s Dev portal via the command line:
curl -X PATCH http://localhost:8001/workspaces/default --data "config.portal=true"
- This will expose the default Dev Portal at http://localhost:8003/default
- The Dev Portal Files endpoint can be accessed at
:8001/files
- The Public Dev Portal Files API can be accessed at
:8004/files