Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tyk-docs/content/api-management/dashboard-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4741,6 +4741,7 @@ patch_request[x] {
request_permission[_] == "apis"
request_intent == "write"
contains(input.request.body.api_definition.name, "#external")
isTykClassic() # This helper function ensures the rule is only run for Tyk Classic (not Tyk OAS or Tyk Streams) APIs.

x := {"api_definition": {"proxy": {"transport": {"proxy_url": "http://company-proxy:8080"}}}}
}
Expand Down Expand Up @@ -5055,6 +5056,7 @@ patch_request[x] {
request_permission[_] == "apis"
request_intent == "write"
contains(input.request.body.api_definition.name, "#external")
isTykClassic() # This helper function ensures the rule is only run for Tyk Classic (not Tyk OAS or Tyk Streams) APIs.
x := {"api_definition": {"proxy": {"transport": {"proxy_url": "http://company-proxy:8080"}}}}
}
# You can create additional permissions for not only individual users, but also user groups in your rules.
Expand Down
Loading