Skip to content

Commit

Permalink
2024052802 - API v5.0 (#58)
Browse files Browse the repository at this point in the history
Updated JSON schema for Developer Portal definition
  • Loading branch information
fabriziofiorucci authored May 28, 2024
1 parent 18f82b1 commit 449c2ab
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 14 deletions.
3 changes: 2 additions & 1 deletion USAGE-v5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ Declaration path `.declaration.http.servers[].locations[].apigateway` defines th
- `api_gateway.strip_uri` - removes the `.declaration.http.servers[].locations[].uri` part of the URI before forwarding requests to the upstream
- `api_gateway.server_url` - the base URL of the upstream server
- `developer_portal.enabled` - enable/disable Developer portal provisioning
- `developer_portal.uri` - the trailing part of the Developer portal URI, this is appended to `.declaration.http.servers[].locations[].uri`. If omitted it defaults to `devportal.html`
- `developer_portal.type` - developer portal type. Currently supported are: `redocly`
- `developer_portal.redocly.uri` - the trailing part of the Developer portal URI, this is appended to `.declaration.http.servers[].locations[].uri`. If omitted it defaults to `devportal.html`
- `authentication` - optional, used to enforce authentication at the API Gateway level
- `authentication.client[]` - authentication profile names
- `authentication.enforceOnPaths` - if set to `true` authentication is enforced on all API endpoints listed under `authentication.paths`. if set to `false` authentication is enforced on all API endpoints but those listed under `authentication.paths`
Expand Down
Loading

0 comments on commit 449c2ab

Please sign in to comment.