Skip to content

Commit

Permalink
Rename policies from cc to apk
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Jul 23, 2024
1 parent 0a59e76 commit 27e7f31
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"category": "Mediation",
"version": "v2",
"displayName": "Add Header",
"name": "ccAddHeader",
"name": "apkAddHeader",
"description": "This policy allows you to add a new header to the request",
"policyAttributes": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"category": "Mediation",
"name": "ccCallInterceptorService",
"name": "apkCallInterceptorService",
"version": "v1",
"displayName": "Call Interceptor Service",
"description": "This policy allows you to call an interceptor service for a request message",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"category": "Mediation",
"name": "ccMirrorRequest",
"name": "apkMirrorRequest",
"version": "v1",
"displayName": "Mirror Request",
"description": "This policy allows you to mirror a request to various URLs",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"category": "Mediation",
"name": "ccRedirectRequest",
"name": "apkRedirectRequest",
"version": "v1",
"displayName": "Redirect Request",
"description": "This policy allows you to redirect a request",
Expand All @@ -16,8 +16,8 @@
{
"name": "statusCode",
"displayName": "Status Code",
"description": "Status code to display upon redirecting the request. Must be one of: 301, 302, 303, 307 or 308",
"validationRegex": "^(301|302|303|307|308)$",
"description": "Status code to display upon redirecting the request. Must be either 301 or 302",
"validationRegex": "^(301|302)$",
"type": "String",
"required": true
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"category": "Mediation",
"name": "ccRemoveHeader",
"name": "apkRemoveHeader",
"version": "v2",
"displayName": "Remove Header",
"description": "This policy allows you to remove a header from the request",
Expand Down

0 comments on commit 27e7f31

Please sign in to comment.