forked from TykTechnologies/tyk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Policy REST API (TykTechnologies#3302)
* REST API for policies * amend logs in policy loader * handler for path param * fix path load * resolve review issues * tests for handler and cleanup - actually add policy to map when creating * update mutex Co-authored-by: Geofrey Ernest <geofreyernest@live.com> * Fixed retrieving a single Policy (TykTechnologies#3315) Fixes retrieving single policy * fixed issues after rebase * fixed test lint issues * ts.run checked * code cleanup * fixed schema model * fixed failing tests for policies * added comments for docs Co-authored-by: Geofrey Ernest <geofreyernest@live.com> Co-authored-by: Sedky Abou-Shamalah <sedkyaboushamalah@gmail.com> Co-authored-by: Milan Vasic <milan.vasic.su@gmail.com>
- Loading branch information
1 parent
b2e1b3e
commit bc5243e
Showing
6 changed files
with
245 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -779,6 +779,9 @@ | |
"service", | ||
"rpc" | ||
] | ||
}, | ||
"policy_path": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.